fix(front): prop expects string, not number
This commit is contained in:
parent
5d503d0361
commit
908ad0c335
|
@ -29,7 +29,7 @@ const isOpen = computed({
|
||||||
:title="t('components.common.UserMenu.label.language')"
|
:title="t('components.common.UserMenu.label.language')"
|
||||||
v-model="isOpen"
|
v-model="isOpen"
|
||||||
>
|
>
|
||||||
<Layout columns :column-width="200">
|
<Layout columns column-width="200px">
|
||||||
<Button ghost thinFont small
|
<Button ghost thinFont small
|
||||||
v-for="(language, key) in SUPPORTED_LOCALES"
|
v-for="(language, key) in SUPPORTED_LOCALES"
|
||||||
align-text="left"
|
align-text="left"
|
||||||
|
|
Loading…
Reference in New Issue