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