Fixed languages and added CTRL+F to focus search

This commit is contained in:
RemixDev
2020-09-23 15:44:43 +02:00
parent 23c61e0729
commit 3fd924eebc
7 changed files with 27 additions and 15 deletions

View File

@@ -56,6 +56,7 @@
:class="{ 'locale-flag--current': currentLocale === locale }"
@click="changeLocale(locale)"
v-html="flags[locale]"
:title="locale"
>
</span>
</div>