From 2963fdc879de8c84311eae66812317e6c455ca0b Mon Sep 17 00:00:00 2001 From: "John Molakvoæ (skjnldsv)" Date: Fri, 13 Apr 2018 18:36:34 +0200 Subject: Bump user controller, cleaned old legacy and added route history mode MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- settings/src/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'settings/src/main.js') 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) -- cgit v1.2.3