diff options
Diffstat (limited to 'settings/src/main.js')
-rw-r--r-- | settings/src/main.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/settings/src/main.js b/settings/src/main.js index a3ca283f584..a03fe1b16e1 100644 --- a/settings/src/main.js +++ b/settings/src/main.js @@ -12,9 +12,9 @@ Vue.prototype.OC = OC; Vue.prototype.oc_userconfig = oc_userconfig; const app = new Vue({ - router, - store, - render: h => h(App) + router, + store, + render: h => h(App) }).$mount('#content'); export { app, router, store };
\ No newline at end of file |