|
@@ -32,6 +32,8 @@ declare module '@vue/runtime-core' {
|
|
|
ElSelect: typeof import('element-plus/es')['ElSelect']
|
|
|
ElSelectV2: typeof import('element-plus/es')['ElSelectV2']
|
|
|
ElSubMenu: typeof import('element-plus/es')['ElSubMenu']
|
|
|
+ ElTable: typeof import('element-plus/es')['ElTable']
|
|
|
+ ElTableColumn: typeof import('element-plus/es')['ElTableColumn']
|
|
|
NavHeader: typeof import('./src/components/NavHeader/index.vue')['default']
|
|
|
RouterLink: typeof import('vue-router')['RouterLink']
|
|
|
RouterView: typeof import('vue-router')['RouterView']
|