fix: match page current locale for UI

This commit is contained in:
Nick
2019-06-21 23:55:56 -04:00
parent 1dfb55e803
commit abfba4b47e
3 changed files with 9 additions and 3 deletions

View File

@@ -141,7 +141,7 @@
v-tooltip(bottom, slot='activator')
v-btn(icon, slot='activator')
v-icon(color='grey') language
span Language
span {{$t('common:header.language')}}
v-list.py-0
template(v-for='(lc, idx) of locales')
v-list-tile(@click='changeLocale(lc)')