diff options
Diffstat (limited to 'settings/src/main.js')
-rw-r--r-- | settings/src/main.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/src/main.js b/settings/src/main.js index a03fe1b16e1..62b5b04f78d 100644 --- a/settings/src/main.js +++ b/settings/src/main.js @@ -11,7 +11,7 @@ Vue.prototype.t = t; Vue.prototype.OC = OC; Vue.prototype.oc_userconfig = oc_userconfig; -const app = new Vue({ +window.app = new Vue({ router, store, render: h => h(App) |