This commit is contained in:
@@ -322,6 +322,12 @@ export default new Router({
|
||||
component: () =>
|
||||
import(/* webpackChunkName: "svc" */ "./views/svc-units.vue")
|
||||
},
|
||||
{
|
||||
path: "/svc-units/:recordid",
|
||||
name: "unit-edit",
|
||||
component: () =>
|
||||
import(/* webpackChunkName: "svc" */ "./views/svc-unit.vue")
|
||||
},
|
||||
{
|
||||
path: "/svc-unit-models",
|
||||
name: "svc-unit-models",
|
||||
|
||||
Reference in New Issue
Block a user