This commit is contained in:
ogerly 2021-03-24 08:40:09 +01:00
parent dfe65cacf9
commit 5d37e67d50

View File

@ -2,11 +2,11 @@
<div id="app" class="font-sans text-gray-800">
<header >
<b-col class="text-center">
<b-dropdown variant="secondary" :text="$t('language') + ' - '+$i18n.locale" class="m-md-2">
<b-dropdown size="sm" split variant="secondary" :text="$t('language') + ' - '+$i18n.locale" class="m-md-2">
<b-dropdown-divider></b-dropdown-divider>
<b-dropdown-item @click.prevent="setLocale('de')">Deusch</b-dropdown-item>
<b-dropdown-item @click.prevent="setLocale('en')">English</b-dropdown-item>
</b-dropdown>
</b-dropdown>
</b-col>
</header>
<div class="">