diff --git a/static/app.js b/static/app.js index 40affa399..b2a8d025d 100644 --- a/static/app.js +++ b/static/app.js @@ -45,6 +45,7 @@ }); next(); } else { + console.log(to) router.addRoute({name: name, path: to.fullPath, component: loadVueFile(to.fullPath)}); next({name: name}); }