diff --git a/client/src/lib.ts b/client/src/lib.ts index 81aefd2..5062fdf 100644 --- a/client/src/lib.ts +++ b/client/src/lib.ts @@ -48,6 +48,7 @@ const plugini18n: PluginObject = { install(Vue) { Vue.prototype.i18n = i18n Vue.prototype.$t = i18n.t.bind(i18n) + Vue.prototype.$te = i18n.te.bind(i18n) }, }