This commit is contained in:
2020-07-27 19:27:01 +00:00
parent b4ef3376b2
commit bc0c0f28ac
3 changed files with 113 additions and 12 deletions

View File

@@ -105,6 +105,14 @@ export default new Router({
/* webpackChunkName: "ay-common" */ "./views/home-notifications.vue"
)
},
{
path: "/home-notify-direct",
name: "home-notify-direct",
component: () =>
import(
/* webpackChunkName: "ay-common" */ "./views/home-notify-direct.vue"
)
},
{
path: "/home-reminders",
name: "home-reminders",