summaryrefslogtreecommitdiffstats
path: root/src/main.js
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2019-03-26 09:22:57 +0100
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2019-03-26 09:52:55 +0100
commitcb3c7a848f0573b448702f74276bdb0a292dd6f4 (patch)
tree65101ac7e0b6c91d1fefa26e3add46f8fa94ada4 /src/main.js
parent96b16c29158135158313c0a4575c1a6e29125e7b (diff)
Do not close on import done and use modal for import
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'src/main.js')
-rw-r--r--src/main.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.js b/src/main.js
index 53e1e9a9..bc6e37a3 100644
--- a/src/main.js
+++ b/src/main.js
@@ -72,6 +72,7 @@ if (window.location.pathname.split('/')[1] === 'index.php'
export default new Vue({
el: '#content',
+ name: 'ContactsApp',
router,
store,
render: h => h(App)