Archived
2
0

Lib build fix $te ref (#86)

This commit is contained in:
Gustavo Brian 2021-07-24 18:05:14 +02:00 committed by GitHub
parent 7cfc8c4795
commit 85d6205823
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)
},
}