| 12345678910111213141516171819 |
- /* eslint-disable */
- // @ts-nocheck
- // Generated by unplugin-vue-components
- // Read more: https://github.com/vuejs/core/pull/3399
- // biome-ignore lint: disable
- export {}
- /* prettier-ignore */
- declare module 'vue' {
- export interface GlobalComponents {
- Dashboard: typeof import('./src/views/Dashboard/index.vue')['default']
- ElButton: typeof import('element-plus/es')['ElButton']
- RouterLink: typeof import('vue-router')['RouterLink']
- RouterView: typeof import('vue-router')['RouterView']
- SvgIcon: typeof import('./src/components/SvgIcon/index.vue')['default']
- Test: typeof import('./src/views/Dashboard/test.vue')['default']
- }
- }
|