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