init: basic structure
This commit is contained in:
16
src/components.d.ts
vendored
Normal file
16
src/components.d.ts
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
// 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/runtime-core' {
|
||||
export interface GlobalComponents {
|
||||
BaseFooter: typeof import('./components/BaseFooter.vue')['default']
|
||||
Counter: typeof import('./components/Counter.vue')['default']
|
||||
Menu: typeof import('./components/Menu.vue')['default']
|
||||
README: typeof import('./components/README.md')['default']
|
||||
RouterLink: typeof import('vue-router')['RouterLink']
|
||||
RouterView: typeof import('vue-router')['RouterView']
|
||||
}
|
||||
}
|
||||
|
||||
export { }
|
||||
Reference in New Issue
Block a user