From d4bbac6dbcd46463e3e7fa343e0b76705f4e6602 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Wed, 18 Dec 2019 19:02:05 +0000 Subject: [PATCH] --- ayanova/src/router.js | 12 ++++++++++++ ayanova/src/views/customers.vue | 21 +++++++++++++++++++++ ayanova/src/views/headoffices.vue | 21 +++++++++++++++++++++ 3 files changed, 54 insertions(+) create mode 100644 ayanova/src/views/customers.vue create mode 100644 ayanova/src/views/headoffices.vue diff --git a/ayanova/src/router.js b/ayanova/src/router.js index 8aecbe26..8bce81cd 100644 --- a/ayanova/src/router.js +++ b/ayanova/src/router.js @@ -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") } diff --git a/ayanova/src/views/customers.vue b/ayanova/src/views/customers.vue new file mode 100644 index 00000000..908cd125 --- /dev/null +++ b/ayanova/src/views/customers.vue @@ -0,0 +1,21 @@ + + + diff --git a/ayanova/src/views/headoffices.vue b/ayanova/src/views/headoffices.vue new file mode 100644 index 00000000..22780a1d --- /dev/null +++ b/ayanova/src/views/headoffices.vue @@ -0,0 +1,21 @@ + + +