Answer the question
In order to leave comments, you need to log in
How to add class to active taboo?
Good afternoon. There are tabs:
<template>
<section class="navbar">
<div class="tabs">
<div class="tab" @click="$router.push('/')">
<span>Мой профиль</span>
</div>
<div class="tab" @click="$router.push('/stat')">
<span>Статистика</span>
</div>
<div class="tab" @click="$router.push('/diary')">
<span>Дневник</span>
</div>
</div>
</section>
</template>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question