国际化好像不能动态切换语言
Opened this issue · 0 comments
wm1234566 commented
菜单国际化是这么写的
import { useI18n } from "vue-i18n";
let i18n=useI18n()
const menuse = [
{
label: i18n.t('msg.tagsView.refresh'),
click: () => {
window.location.reload()
}
},
}
必须要刷新页面才能切换语言