mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
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) {
|
install(Vue) {
|
||||||
Vue.prototype.i18n = i18n
|
Vue.prototype.i18n = i18n
|
||||||
Vue.prototype.$t = i18n.t.bind(i18n)
|
Vue.prototype.$t = i18n.t.bind(i18n)
|
||||||
|
Vue.prototype.$te = i18n.te.bind(i18n)
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user