12345678910111213141516171819 |
- // 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 {
- Application: typeof import('./src/components/Application/Application.vue')['default']
- CountTo: typeof import('./src/components/CountTo/CountTo.vue')['default']
- Lockscreen: typeof import('./src/components/Lockscreen/Lockscreen.vue')['default']
- NConfigProvider: typeof import('naive-ui')['NConfigProvider']
- Recharge: typeof import('./src/components/Lockscreen/Recharge.vue')['default']
- RouterError: typeof import('./src/components/RouterError/RouterError.vue')['default']
- RouterLink: typeof import('vue-router')['RouterLink']
- RouterView: typeof import('vue-router')['RouterView']
- }
- }
|