This commit is contained in:
2024-07-15 16:37:38 +08:00
parent 6dbb19cea7
commit 71dc75a092

15
components.d.ts vendored Normal file
View File

@@ -0,0 +1,15 @@
/* eslint-disable */
// @ts-nocheck
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399
export {}
/* prettier-ignore */
declare module 'vue' {
export interface GlobalComponents {
DrawerContainer: typeof import('./src/components/DrawerContainer.vue')['default']
Greet: typeof import('./src/components/Greet.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
}
}