This commit is contained in:
2020-03-06 20:08:50 +00:00
parent 7318a33350
commit 17bf519cb0
79 changed files with 331 additions and 309 deletions

View File

@@ -108,10 +108,10 @@ export default new Router({
import(/* webpackChunkName: "home" */ "./views/home-user-settings.vue")
},
{
path: "/home-locale",
name: "home-locale",
path: "/home-translation",
name: "home-translation",
component: () =>
import(/* webpackChunkName: "home" */ "./views/home-locale.vue")
import(/* webpackChunkName: "home" */ "./views/home-translation.vue")
},
{
path: "/home-password",