Partially revert #586 to fix vue-components modal

Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
This commit is contained in:
Raimund Schlüßler 2019-09-10 21:54:32 +02:00
parent 672d7bd095
commit 7611c1418c
No known key found for this signature in database
GPG Key ID: 036FA7EB1A599178
1 changed files with 2 additions and 0 deletions

View File

@ -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