From 6caef24fd8ebbccc8f31b92942c5f1a95bc385ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kevin=20Midb=C3=B8e?= Date: Sat, 16 Nov 2019 17:21:18 +0100 Subject: [PATCH] Commented out router declaration --- frontend/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/main.js b/frontend/main.js index c480d3aa..728ae418 100644 --- a/frontend/main.js +++ b/frontend/main.js @@ -9,7 +9,7 @@ Vue.use(VueRouter) new Vue({ el: '#app', - router, + // router, // store, components: { App }, // template: '',