This commit is contained in:
@@ -112,6 +112,18 @@ export default new Router({
|
||||
name: "notifysubscriptions",
|
||||
component: () =>
|
||||
import(/* webpackChunkName: "aybase" */ "./views/notify-subscriptions.vue")
|
||||
},
|
||||
{
|
||||
path: "/customers",
|
||||
name: "customers",
|
||||
component: () =>
|
||||
import(/* webpackChunkName: "customer" */ "./views/customers.vue")
|
||||
},
|
||||
{
|
||||
path: "/headoffices",
|
||||
name: "headoffices",
|
||||
component: () =>
|
||||
import(/* webpackChunkName: "customer" */ "./views/headoffices.vue")
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user