diff --git a/src/router/index.ts b/src/router/index.ts index ce97b3d..98830d4 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -63,6 +63,7 @@ const routes: Array = [ path: "/add-configurations/:productStoreId", name: "AddConfigurations", component: AddConfigurations, + props: true, beforeEnter: (to, from, next) => { if(from.path === "/create-product-store") next() else router.push(from.path)