This commit is contained in:
2019-02-20 21:28:57 +00:00
parent ff305a9b98
commit 2220f4ceb3
4 changed files with 99 additions and 20 deletions

View File

@@ -52,6 +52,12 @@ export default new Router({
name: "inventory",
component: () =>
import(/* webpackChunkName: "inventory" */ "./views/inventory.vue")
},
{
path: "/inventory/widget/edit/:id",
name: "inventory-widget-edit",
component: () =>
import(/* webpackChunkName: "inventory-widget-edit" */ "./views/inventory-widget-edit.vue")
}
]
});