fixed bug with not-display develop-component and changed template, added router-push to path /about

This commit is contained in:
Kostya
2024-01-31 20:20:28 +03:00
parent 03f1207b53
commit 1a816300bd
4 changed files with 8 additions and 5 deletions

View File

@@ -127,6 +127,7 @@ export default {
<a href="#" @click="$router.push({ name: 'home' })" :class="{ 'header__nav--now' : $route.name === 'home' }">Главная</a>
<a v-if="authtoken !== ''" href="#" @click="$router.push({ name: 'profile' })" :class="{ 'header__nav--now' : $route.name === 'profile' }">Профиль</a>
<a href="#">Помощь</a>
<a href="#" @click="$router.push({ name: 'about' })" :class="{ 'header__nav--now' : $route.name === 'about' }">О нас</a>
</nav>
</div>
<div class="header__balance">