diff --git a/NUXT/.gitignore b/NUXT/.gitignore index e1da6ae..cfb27e2 100644 --- a/NUXT/.gitignore +++ b/NUXT/.gitignore @@ -1,3 +1,5 @@ +#IDEs +.vscode # Logs logs *.log diff --git a/NUXT/components/bottomNavigation.vue b/NUXT/components/bottomNavigation.vue index fb21134..789e943 100644 --- a/NUXT/components/bottomNavigation.vue +++ b/NUXT/components/bottomNavigation.vue @@ -1,32 +1,47 @@ - diff --git a/NUXT/layouts/default.vue b/NUXT/layouts/default.vue index 9d63871..f6ff7ed 100644 --- a/NUXT/layouts/default.vue +++ b/NUXT/layouts/default.vue @@ -1,40 +1,12 @@