This commit is contained in:
Kar
2022-09-17 16:05:53 +05:30
parent 2979e26b54
commit 9590e31c0f
19 changed files with 1468 additions and 43 deletions

3
components.d.ts vendored
View File

@@ -8,6 +8,9 @@ export {}
declare module '@vue/runtime-core' {
export interface GlobalComponents {
ButtonRepo: typeof import('./src/components/ButtonRepo.vue')['default']
Footer: typeof import('./src/components/Footer.vue')['default']
Header: typeof import('./src/components/Header.vue')['default']
Menu: typeof import('./src/components/Menu.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
}