2021-12-24 vitesse-lite clone
This commit is contained in:
12
components.d.ts
vendored
Normal file
12
components.d.ts
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
// generated by unplugin-vue-components
|
||||
// We suggest you to commit this file into source control
|
||||
// Read more: https://github.com/vuejs/vue-next/pull/3399
|
||||
|
||||
declare module 'vue' {
|
||||
export interface GlobalComponents {
|
||||
Counter: typeof import('./src/components/Counter.vue')['default']
|
||||
Footer: typeof import('./src/components/Footer.vue')['default']
|
||||
}
|
||||
}
|
||||
|
||||
export { }
|
||||
Reference in New Issue
Block a user