From d4085a670ec618da78a627d20035b96c5901cd38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6=20=28skjnldsv=29?= Date: Tue, 31 Jul 2018 12:08:51 +0200 Subject: Groups selection and init 1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- src/main.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/main.js') diff --git a/src/main.js b/src/main.js index 10a22e8b..79347034 100644 --- a/src/main.js +++ b/src/main.js @@ -1,4 +1,4 @@ -/* +/** * @copyright Copyright (c) 2018 John Molakvoæ * * @author John Molakvoæ @@ -33,8 +33,7 @@ Vue.prototype.n = n Vue.prototype.OC = OC Vue.prototype.OCA = OCA -/* eslint-disable-next-line no-new */ -new Vue({ +export default new Vue({ el: '#content', router, store, -- cgit v1.2.3