diff --git a/spa/src/assets/logo.png b/spa/src/assets/logo.png index 600cabf..6f9bba8 100644 Binary files a/spa/src/assets/logo.png and b/spa/src/assets/logo.png differ diff --git a/spa/src/assets/main.css b/spa/src/assets/main.css index e0bb0a7..441c000 100644 --- a/spa/src/assets/main.css +++ b/spa/src/assets/main.css @@ -1,4 +1,9 @@ -html, body { +html { + padding: 0; + margin: 5px; +} + +body { padding: 0; margin: 0; } \ No newline at end of file diff --git a/spa/src/components/Header.vue b/spa/src/components/Header.vue index fbe52e8..ce5ca10 100644 --- a/spa/src/components/Header.vue +++ b/spa/src/components/Header.vue @@ -11,7 +11,7 @@ @@ -25,12 +25,12 @@ return { isOpen: false, menuItems: [ - { id: 1, title: 'Главная', tooo: 'home' }, - { id: 2, title: 'О нас', tooo: 'about' }, - { id: 3, title: 'Услуги', tooo: 'home' }, - { id: 4, title: 'Контакты', tooo: 'home' }, - { id: 5, title: 'Блог', tooo: 'home' }, - { id: 6, title: 'SignUp', tooo: 'signup' } + { id: 1, title: 'Главная', to: '#' }, + { id: 2, title: 'О нас', to: '/about' }, + { id: 3, title: 'Услуги', to: '#' }, + { id: 4, title: 'Контакты', to: '#' }, + { id: 5, title: 'Блог', to: '#' }, + { id: 6, title: 'SignUp', to: '#' } ] }; } diff --git a/spa/src/views/AboutV.vue b/spa/src/views/AboutV.vue index 9824b79..8a3234e 100644 --- a/spa/src/views/AboutV.vue +++ b/spa/src/views/AboutV.vue @@ -1,8 +1,12 @@ \ No newline at end of file