|
@@ -17,6 +17,8 @@ declare module '@vue/runtime-core' {
|
|
|
ElCol: typeof import('element-plus/es')['ElCol']
|
|
|
ElDialog: typeof import('element-plus/es')['ElDialog']
|
|
|
ElEmpty: typeof import('element-plus/es')['ElEmpty']
|
|
|
+ ElForm: typeof import('element-plus/es')['ElForm']
|
|
|
+ ElFormItem: typeof import('element-plus/es')['ElFormItem']
|
|
|
ElInput: typeof import('element-plus/es')['ElInput']
|
|
|
ElOption: typeof import('element-plus/es')['ElOption']
|
|
|
ElPagination: typeof import('element-plus/es')['ElPagination']
|
|
@@ -26,6 +28,7 @@ declare module '@vue/runtime-core' {
|
|
|
ElTableColumn: typeof import('element-plus/es')['ElTableColumn']
|
|
|
ElTabPane: typeof import('element-plus/es')['ElTabPane']
|
|
|
ElTabs: typeof import('element-plus/es')['ElTabs']
|
|
|
+ ElTooltip: typeof import('element-plus/es')['ElTooltip']
|
|
|
Footer: typeof import('./src/components/mobile/footer.vue')['default']
|
|
|
Header: typeof import('./src/components/mobile/header.vue')['default']
|
|
|
HelloWorld: typeof import('./src/components/HelloWorld.vue')['default']
|
|
@@ -45,4 +48,7 @@ declare module '@vue/runtime-core' {
|
|
|
Toast: typeof import('./src/components/Toast/Toast.vue')['default']
|
|
|
WelcomeItem: typeof import('./src/components/WelcomeItem.vue')['default']
|
|
|
}
|
|
|
+ export interface ComponentCustomProperties {
|
|
|
+ vLoading: typeof import('element-plus/es')['ElLoadingDirective']
|
|
|
+ }
|
|
|
}
|