| | |
| | | /* prettier-ignore */ |
| | | declare module 'vue' { |
| | | export interface GlobalComponents { |
| | | CoreHeader: typeof import('./components/core/CoreHeader.vue')['default'] |
| | | ElButton: typeof import('element-plus/es')['ElButton'] |
| | | ElCard: typeof import('element-plus/es')['ElCard'] |
| | | ElCol: typeof import('element-plus/es')['ElCol'] |
| | | ElConfigProvider: typeof import('element-plus/es')['ElConfigProvider'] |
| | | ElProgress: typeof import('element-plus/es')['ElProgress'] |
| | | ElRow: typeof import('element-plus/es')['ElRow'] |
| | | ElScrollbar: typeof import('element-plus/es')['ElScrollbar'] |
| | | ElTag: typeof import('element-plus/es')['ElTag'] |
| | | ElText: typeof import('element-plus/es')['ElText'] |
| | | RouterLink: typeof import('vue-router')['RouterLink'] |
| | | RouterView: typeof import('vue-router')['RouterView'] |
| | | SubtaskExamineItem: typeof import('./components/inspection/SubtaskExamineItem.vue')['default'] |
| | | SubtaskItem: typeof import('./components/inspection/SubtaskItem.vue')['default'] |
| | | TaskItem: typeof import('./components/inspection/TaskItem.vue')['default'] |
| | | TaskNode: typeof import('./components/inspection/TaskNode.vue')['default'] |
| | | } |
| | | } |