I'm building an application that uses Vuetify. I use a Google Contacts pre-made layout from Vuetify.
I am trying to add a switch languages flag using v-select in the v-app-bar next to the search form. However, I can't make it align vertically.
Does anyone have an idea?
Use hide-details="auto" in the v-select component
Example:
<v-select v-model="language" :items="i18n.availableLocales" hide-details="auto" >
</v-select>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With