We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e5ac37 commit 18edddaCopy full SHA for 18eddda
src/layouts/default/AppBar.vue
@@ -34,8 +34,9 @@
34
<v-icon v-else color="error"> mdi-alert-circle </v-icon>
35
<v-menu>
36
<template v-slot:activator="{ props }">
37
- <v-btn class="ml-1" v-bind="props" icon>
38
- <v-icon>mdi-translate</v-icon>
+ <v-btn class="ml-1" v-bind="props" >
+ <v-icon start>mdi-translate</v-icon>
39
+ {{ currentLanguage }}
40
</v-btn>
41
</template>
42
<v-list :value="currentLanguage">
@@ -45,7 +46,7 @@
45
46
@click="changei18n(lang)"
47
:disabled="lang === currentLanguage"
48
>
- <v-list-item-title>{{ lang }}</v-list-item-title>
49
+ <v-list-item-title class="text-center">{{ lang }}</v-list-item-title>
50
</v-list-item>
51
</v-list>
52
</v-menu>
0 commit comments