diff --git a/components.d.ts b/components.d.ts index 7e4a142..7b139a5 100644 --- a/components.d.ts +++ b/components.d.ts @@ -9,7 +9,10 @@ declare module '@vue/runtime-core' { export interface GlobalComponents { Footer: typeof import('./src/components/Footer.vue')['default'] Header: typeof import('./src/components/Header.vue')['default'] + Header2: typeof import('./src/components/Header2.vue')['default'] MainMenu: typeof import('./src/components/MainMenu.vue')['default'] + Menu: typeof import('./src/components/Menu.vue')['default'] + Nav: typeof import('./src/components/Nav.vue')['default'] RouterLink: typeof import('vue-router')['RouterLink'] RouterView: typeof import('vue-router')['RouterView'] } diff --git a/src/App.vue b/src/App.vue index 4491cd4..efd4abc 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,6 +1,6 @@ -lg:hidden \ No newline at end of file diff --git a/src/components/MainMenu.vue b/src/components/MainMenu.vue index 3349415..fb1292b 100644 --- a/src/components/MainMenu.vue +++ b/src/components/MainMenu.vue @@ -412,19 +412,7 @@ >AQAR - - + + + + + + +

@@ -730,7 +724,15 @@ >
- + + + + + + + + +
+
+ + + +
+ + + + + + \ No newline at end of file diff --git a/src/components/Nav.vue b/src/components/Nav.vue new file mode 100644 index 0000000..a68d41d --- /dev/null +++ b/src/components/Nav.vue @@ -0,0 +1,98 @@ + + +