|
|
@ -10,11 +10,11 @@ declare module 'vue' { |
|
|
|
Confirm: typeof import('./src/components/Confirm.vue')['default'] |
|
|
|
ElButton: typeof import('element-plus/es')['ElButton'] |
|
|
|
ElDropdown: typeof import('element-plus/es')['ElDropdown'] |
|
|
|
ElDropdownItem: typeof import('element-plus/es')['ElDropdownItem'] |
|
|
|
ElDropdownMenu: typeof import('element-plus/es')['ElDropdownMenu'] |
|
|
|
ElFooter: typeof import('element-plus/es')['ElFooter'] |
|
|
|
ElHeader: typeof import('element-plus/es')['ElHeader'] |
|
|
|
ElIcon: typeof import('element-plus/es')['ElIcon'] |
|
|
|
ElTable: typeof import('element-plus/es')['ElTable'] |
|
|
|
ElTableColumn: typeof import('element-plus/es')['ElTableColumn'] |
|
|
|
ErrorModal: typeof import('./src/components/dialogs/ErrorModal.vue')['default'] |
|
|
|
Keyboard: typeof import('./src/components/Keyboard.vue')['default'] |
|
|
|
RouterLink: typeof import('vue-router')['RouterLink'] |
|
|
@ -22,4 +22,7 @@ declare module 'vue' { |
|
|
|
SimpleKeyboard: typeof import('./src/components/SimpleKeyboard.vue')['default'] |
|
|
|
StackInfoModal: typeof import('./src/components/dialogs/StackInfoModal.vue')['default'] |
|
|
|
} |
|
|
|
export interface ComponentCustomProperties { |
|
|
|
vLoading: typeof import('element-plus/es')['ElLoadingDirective'] |
|
|
|
} |
|
|
|
} |