修正了提交国家不能选择

This commit is contained in:
2020-11-02 09:58:49 +08:00
parent 547cab2ac0
commit 39fa3b0801
2 changed files with 36 additions and 18 deletions

View File

@@ -13,7 +13,7 @@ const createI18n = (config: Config) => ({
locale: ref(config.locale),
messages: config.messages,
$t(key: string) {
console.log(key)
// console.log(key)
return this.messages[this.locale.value][key];
},
$s(){