This commit is contained in:
2020-03-06 20:26:42 +00:00
parent 1eaf564851
commit 1d874d8d1f
20 changed files with 70 additions and 72 deletions

View File

@@ -291,10 +291,10 @@ export default new Router({
},
{
path: "/adm-localized-text",
name: "adm-localized-text",
path: "/adm-translation",
name: "adm-translation",
component: () =>
import(/* webpackChunkName: "adm" */ "./views/adm-localized-text.vue")
import(/* webpackChunkName: "adm" */ "./views/adm-translation.vue")
},
{