| | |
| | | |
| | | declare module 'vue' { |
| | | export interface GlobalComponents { |
| | | AlertLightIcon: typeof import('./components/icons/AlertLightIcon.vue')['default'] |
| | | BaseModal: typeof import('./components/BaseModal.vue')['default'] |
| | | DashboardLayout: typeof import('./components/DashboardLayout.vue')['default'] |
| | | ElButton: typeof import('element-plus/es')['ElButton'] |
| | |
| | | ElCollapseItem: typeof import('element-plus/es')['ElCollapseItem'] |
| | | ElDialog: typeof import('element-plus/es')['ElDialog'] |
| | | ElIcon: typeof import('element-plus/es')['ElIcon'] |
| | | ElPopconfirm: typeof import('element-plus/es')['ElPopconfirm'] |
| | | ElPopover: typeof import('element-plus/es')['ElPopover'] |
| | | ElProgress: typeof import('element-plus/es')['ElProgress'] |
| | | ElScrollbar: typeof import('element-plus/es')['ElScrollbar'] |