summaryrefslogtreecommitdiffstats
path: root/src/main.js
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-07-31 12:08:51 +0200
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-07-31 12:08:51 +0200
commitd4085a670ec618da78a627d20035b96c5901cd38 (patch)
tree63c1aaa03f60c40c9b06b9f349c0c6c55d4050b8 /src/main.js
parentff5347795ced18d2f0ec0e005ccc1cc3bbb69a24 (diff)
Groups selection and init 1
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'src/main.js')
-rw-r--r--src/main.js5
1 files changed, 2 insertions, 3 deletions
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æ <skjnldsv@protonmail.com>
*
* @author John Molakvoæ <skjnldsv@protonmail.com>
@@ -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,