chore: fix

This commit is contained in:
Anthony Fu 2020-12-21 17:52:40 +08:00
parent edec07ad44
commit d20d67fd1b

View File

@ -33,4 +33,6 @@ const toggleLocales = () => {
// change to some real logic
i18n.locale.value = locales[(locales.indexOf(i18n.locale.value) + 1) % locales.length]
}
const t = i18n.t
</script>