|
|
|
@ -22,6 +22,7 @@ declare module 'vue' {
|
|
|
|
ElForm: typeof import('element-plus/es')['ElForm']
|
|
|
|
ElForm: typeof import('element-plus/es')['ElForm']
|
|
|
|
ElFormItem: typeof import('element-plus/es')['ElFormItem']
|
|
|
|
ElFormItem: typeof import('element-plus/es')['ElFormItem']
|
|
|
|
ElHeader: typeof import('element-plus/es')['ElHeader']
|
|
|
|
ElHeader: typeof import('element-plus/es')['ElHeader']
|
|
|
|
|
|
|
|
ElIcon: typeof import('element-plus/es')['ElIcon']
|
|
|
|
ElInput: typeof import('element-plus/es')['ElInput']
|
|
|
|
ElInput: typeof import('element-plus/es')['ElInput']
|
|
|
|
ElMain: typeof import('element-plus/es')['ElMain']
|
|
|
|
ElMain: typeof import('element-plus/es')['ElMain']
|
|
|
|
ElMenu: typeof import('element-plus/es')['ElMenu']
|
|
|
|
ElMenu: typeof import('element-plus/es')['ElMenu']
|
|
|
|
@ -35,6 +36,7 @@ declare module 'vue' {
|
|
|
|
ElTable: typeof import('element-plus/es')['ElTable']
|
|
|
|
ElTable: typeof import('element-plus/es')['ElTable']
|
|
|
|
ElTableColumn: typeof import('element-plus/es')['ElTableColumn']
|
|
|
|
ElTableColumn: typeof import('element-plus/es')['ElTableColumn']
|
|
|
|
ElTree: typeof import('element-plus/es')['ElTree']
|
|
|
|
ElTree: typeof import('element-plus/es')['ElTree']
|
|
|
|
|
|
|
|
ElTreeSelect: typeof import('element-plus/es')['ElTreeSelect']
|
|
|
|
MapSelector: typeof import('./components/MapSelector.vue')['default']
|
|
|
|
MapSelector: typeof import('./components/MapSelector.vue')['default']
|
|
|
|
Pagination: typeof import('./components/Pagination/index.vue')['default']
|
|
|
|
Pagination: typeof import('./components/Pagination/index.vue')['default']
|
|
|
|
RouterLink: typeof import('vue-router')['RouterLink']
|
|
|
|
RouterLink: typeof import('vue-router')['RouterLink']
|
|
|
|
|