Merge pull request #601 from nextcloud/fix-modal

Partially revert #586 to fix vue-components modal
This commit is contained in:
Raimund Schlüßler 2019-09-10 22:03:54 +02:00 committed by GitHub
commit 84a75a0198
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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