1234567891011121314151617181920 |
- // generated by unplugin-vue-components
- // We suggest you to commit this file into source control
- // Read more: https://github.com/vuejs/core/pull/3399
- import '@vue/runtime-core'
- export {}
- declare module '@vue/runtime-core' {
- export interface GlobalComponents {
- Box: typeof import('./src/components/box/index.vue')['default']
- ChartBox: typeof import('./src/components/chart-box/index.vue')['default']
- ChartButton: typeof import('./src/components/chart-button/index.vue')['default']
- ChartContrain: typeof import('./src/components/chart-contrain/index.vue')['default']
- Echarts: typeof import('./src/components/echarts/index.vue')['default']
- Login: typeof import('./src/components/login/index.vue')['default']
- RouterLink: typeof import('vue-router')['RouterLink']
- RouterView: typeof import('vue-router')['RouterView']
- Screen: typeof import('./src/components/screen.vue')['default']
- }
- }
|