|
|
@@ -25,6 +25,7 @@ declare module 'vue' {
|
|
|
ElFormItem: typeof import('element-plus/es')['ElFormItem']
|
|
|
ElHeader: typeof import('element-plus/es')['ElHeader']
|
|
|
ElIcon: typeof import('element-plus/es')['ElIcon']
|
|
|
+ ElImage: typeof import('element-plus/es')['ElImage']
|
|
|
ElInput: typeof import('element-plus/es')['ElInput']
|
|
|
ElMain: typeof import('element-plus/es')['ElMain']
|
|
|
ElMenu: typeof import('element-plus/es')['ElMenu']
|
|
|
@@ -37,7 +38,10 @@ declare module 'vue' {
|
|
|
ElSwitch: typeof import('element-plus/es')['ElSwitch']
|
|
|
ElTable: typeof import('element-plus/es')['ElTable']
|
|
|
ElTableColumn: typeof import('element-plus/es')['ElTableColumn']
|
|
|
+ ElTabPane: typeof import('element-plus/es')['ElTabPane']
|
|
|
+ ElTabs: typeof import('element-plus/es')['ElTabs']
|
|
|
ElTimePicker: typeof import('element-plus/es')['ElTimePicker']
|
|
|
+ ElUpload: typeof import('element-plus/es')['ElUpload']
|
|
|
HelloWorld: typeof import('./src/components/HelloWorld.vue')['default']
|
|
|
IconCommunity: typeof import('./src/components/icons/IconCommunity.vue')['default']
|
|
|
IconDocumentation: typeof import('./src/components/icons/IconDocumentation.vue')['default']
|