This commit is contained in:
@@ -389,6 +389,12 @@ export default new Router({
|
||||
component: () =>
|
||||
import(/* webpackChunkName: "inv" */ "./views/inv-parts.vue")
|
||||
},
|
||||
{
|
||||
path: "/inv-parts/:recordid",
|
||||
name: "inv-part",
|
||||
component: () =>
|
||||
import(/* webpackChunkName: "inv" */ "./views/inv-part.vue")
|
||||
},
|
||||
{
|
||||
path: "/inv-part-assemblies",
|
||||
name: "inv-part-assemblies",
|
||||
|
||||
Reference in New Issue
Block a user