Answer the question
In order to leave comments, you need to log in
How to disable vuetify button activity?
When you click on the button, a border appears on the button.
How to regulate this allocation?
That is, turn it on and off manually
Panel code:
<v-bottom-navigation fixed height="50">
<v-btn v-on:click="SetActivePanel('Main')">
<span>Лента</span>
<v-icon>mdi-image</v-icon>
</v-btn>
<v-btn v-on:click="SetActivePanel('UserProfile')">
<span>Аккаунт</span>
<v-icon>mdi-account</v-icon>
</v-btn>
<v-btn v-on:click="SetActivePanel('UserSettings')">
<span>Настройки</span>
<v-icon>fa-cog</v-icon>
</v-btn>
</v-bottom-navigation>
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