提交 f4a97d22 编写于 作者: Cano1997's avatar Cano1997

update:声明$t多语言方法

上级 7b202ce9
......@@ -61,6 +61,13 @@ Vue.use(ViewUI, {
// Vue.use(utils);
Vue.prototype.$pathToRegExp = pathToRegExp;
Vue.prototype.$t = function (key: string, value?: string) {
if (i18n.te && i18n.te(key)) {
return i18n.t(key);
} else {
return value ? value : key;
}
}
<#-- Vue.use(Print); -->
Vue.use(AppComponents);
Vue.use(PageComponents);
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册