Lib build fix $te ref (#86)
This commit is contained in:
parent
7cfc8c4795
commit
85d6205823
@ -48,6 +48,7 @@ const plugini18n: PluginObject<undefined> = {
|
||||
install(Vue) {
|
||||
Vue.prototype.i18n = i18n
|
||||
Vue.prototype.$t = i18n.t.bind(i18n)
|
||||
Vue.prototype.$te = i18n.te.bind(i18n)
|
||||
},
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user