E
E
Evstegney Chachlyk2019-12-11 17:18:14
Vue.js
Evstegney Chachlyk, 2019-12-11 17:18:14

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
5df0f9f98802b145038121.png
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 question

Ask a Question

731 491 924 answers to any question