diff client/src/router.js @ 2212:733cfc3db48a pdf-export

started pdf template administration moved templates to vuex store, to have them available in pdf box and systen configuration.
author Markus Kottlaender <markus@intevation.de>
date Wed, 06 Feb 2019 16:19:16 +0100
parents 11669276e197
children 5f3110aa1ad1
line wrap: on
line diff
--- a/client/src/router.js	Wed Feb 06 15:53:24 2019 +0100
+++ b/client/src/router.js	Wed Feb 06 16:19:16 2019 +0100
@@ -65,7 +65,8 @@
     {
       path: "/systemconfiguration",
       name: "systemconfiguration",
-      component: () => import("./components/Systemconfiguration.vue"),
+      component: () =>
+        import("./components/systemconfiguration/Systemconfiguration.vue"),
       meta: {
         requiresAuth: true
       },