+
+
-
+
+diff --git a/components.d.ts b/components.d.ts index 9740b42..7489997 100644 --- a/components.d.ts +++ b/components.d.ts @@ -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'] } diff --git a/index.html b/index.html index 67278ea..1e0d802 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,7 @@
-