12345678910111213141516171819202122 |
- /* eslint-disable */
- /* prettier-ignore */
- // @ts-nocheck
- // Generated by unplugin-vue-components
- // Read more: https://github.com/vuejs/core/pull/3399
- import '@vue/runtime-core'
- export {}
- declare module '@vue/runtime-core' {
- export interface GlobalComponents {
- BreadCrumb: typeof import('./src/components/BreadCrumb/index.vue')['default']
- CommonFooter: typeof import('./src/components/commonFooter/index.vue')['default']
- LeftSider: typeof import('./src/components/leftSider/index.vue')['default']
- LeftSiderStu: typeof import('./src/components/leftSiderStu/index.vue')['default']
- NavHeader: typeof import('./src/components/NavHeader/index.vue')['default']
- RouterLink: typeof import('vue-router')['RouterLink']
- RouterView: typeof import('vue-router')['RouterView']
- StatisticsSchool: typeof import('./src/components/statisticsSchool/index.vue')['default']
- }
- }
|