mirror of
https://github.com/m1k1o/neko.git
synced 2025-04-28 18:06:20 +02:00
Lib build fix $te ref (#86)
This commit is contained in:
parent
7cfc8c4795
commit
85d6205823
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
},
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue