chore: fix
This commit is contained in:
parent
edec07ad44
commit
d20d67fd1b
@ -33,4 +33,6 @@ const toggleLocales = () => {
|
|||||||
// change to some real logic
|
// change to some real logic
|
||||||
i18n.locale.value = locales[(locales.indexOf(i18n.locale.value) + 1) % locales.length]
|
i18n.locale.value = locales[(locales.indexOf(i18n.locale.value) + 1) % locales.length]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
const t = i18n.t
|
||||||
</script>
|
</script>
|
||||||
|
Loading…
Reference in New Issue
Block a user