Showing
1 changed file
with
2 additions
and
0 deletions
| ... | @@ -8,6 +8,7 @@ export {} | ... | @@ -8,6 +8,7 @@ export {} |
| 8 | declare module 'vue' { | 8 | declare module 'vue' { |
| 9 | export interface GlobalComponents { | 9 | export interface GlobalComponents { |
| 10 | ElButton: typeof import('element-plus/es')['ElButton'] | 10 | ElButton: typeof import('element-plus/es')['ElButton'] |
| 11 | + ElCard: typeof import('element-plus/es')['ElCard'] | ||
| 11 | ElDatePicker: typeof import('element-plus/es')['ElDatePicker'] | 12 | ElDatePicker: typeof import('element-plus/es')['ElDatePicker'] |
| 12 | ElDescriptions: typeof import('element-plus/es')['ElDescriptions'] | 13 | ElDescriptions: typeof import('element-plus/es')['ElDescriptions'] |
| 13 | ElDescriptionsItem: typeof import('element-plus/es')['ElDescriptionsItem'] | 14 | ElDescriptionsItem: typeof import('element-plus/es')['ElDescriptionsItem'] |
| ... | @@ -25,6 +26,7 @@ declare module 'vue' { | ... | @@ -25,6 +26,7 @@ declare module 'vue' { |
| 25 | ElTable: typeof import('element-plus/es')['ElTable'] | 26 | ElTable: typeof import('element-plus/es')['ElTable'] |
| 26 | ElTableColumn: typeof import('element-plus/es')['ElTableColumn'] | 27 | ElTableColumn: typeof import('element-plus/es')['ElTableColumn'] |
| 27 | ElTag: typeof import('element-plus/es')['ElTag'] | 28 | ElTag: typeof import('element-plus/es')['ElTag'] |
| 29 | + ElText: typeof import('element-plus/es')['ElText'] | ||
| 28 | Header: typeof import('./src/components/layout/Header.vue')['default'] | 30 | Header: typeof import('./src/components/layout/Header.vue')['default'] |
| 29 | RouterLink: typeof import('vue-router')['RouterLink'] | 31 | RouterLink: typeof import('vue-router')['RouterLink'] |
| 30 | RouterView: typeof import('vue-router')['RouterView'] | 32 | RouterView: typeof import('vue-router')['RouterView'] | ... | ... |
-
Please register or login to post a comment