Merge pull request #601 from nextcloud/fix-modal
Partially revert #586 to fix vue-components modal
This commit is contained in:
commit
84a75a0198
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