This commit is contained in:
2020-01-07 16:50:58 +00:00
parent 4e1575d51f
commit 630e9d98d7
4 changed files with 28 additions and 11 deletions

View File

@@ -101,6 +101,12 @@ export default new Router({
component: () =>
import(/* webpackChunkName: "home" */ "./views/home-reminders.vue")
},
{
path: "/home-user-settings",
name: "home-user-settings",
component: () =>
import(/* webpackChunkName: "home" */ "./views/home-user-settings.vue")
},
{
path: "/home-locale",
name: "home-locale",