Partially revert #586 to fix vue-components modal
Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
This commit is contained in:
parent
672d7bd095
commit
7611c1418c
1 changed files with 2 additions and 0 deletions
|
@ -63,6 +63,8 @@ Vue.prototype.$t = function() {
|
|||
Vue.prototype.$n = function() {
|
||||
return n.apply(null, arguments).toString()
|
||||
}
|
||||
Vue.prototype.t = Vue.prototype.$t
|
||||
Vue.prototype.n = Vue.prototype.$n
|
||||
Vue.prototype.$OC = OC
|
||||
Vue.prototype.$OCA = OCA
|
||||
Vue.prototype.$appVersion = $appVersion
|
||||
|
|
Loading…
Reference in a new issue