修正了提交国家不能选择
This commit is contained in:
@@ -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(){
|
||||
|
||||
Reference in New Issue
Block a user