| | |
| | | declare module 'vue' { |
| | | export interface GlobalComponents { |
| | | ElButton: typeof import('element-plus/es')['ElButton'] |
| | | ElContainer: typeof import('element-plus/es')['ElContainer'] |
| | | ElHeader: typeof import('element-plus/es')['ElHeader'] |
| | | ElIcon: typeof import('element-plus/es')['ElIcon'] |
| | | ElIconEdit: typeof import('@element-plus/icons-vue')['Edit'] |
| | | ElIconPlus: typeof import('@element-plus/icons-vue')['Plus'] |
| | | ElMain: typeof import('element-plus/es')['ElMain'] |
| | | ElTable: typeof import('element-plus/es')['ElTable'] |
| | | ElTag: typeof import('element-plus/es')['ElTag'] |
| | | RouterLink: typeof import('vue-router')['RouterLink'] |
| | | RouterView: typeof import('vue-router')['RouterView'] |
| | | SvgIcon: typeof import('./../components/SvgIcon/index.vue')['default'] |
| | | } |
| | | } |