This commit is contained in:
2020-07-07 23:43:18 +00:00
parent ca3fb50058
commit e3fe14acc9
4 changed files with 60 additions and 3 deletions

View File

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