Al iniciar sesion no se traduce el titulo
This commit is contained in:
parent
5cab14f371
commit
3e93f14196
|
@ -42,7 +42,7 @@ export default route(function (/* { store, ssrContext } */) {
|
||||||
const app = useAppStore();
|
const app = useAppStore();
|
||||||
app.$patch({
|
app.$patch({
|
||||||
title: i18n.global.t(
|
title: i18n.global.t(
|
||||||
to.meta.title ? `titles.${to.meta.title}` : 'home'
|
to.meta.title ? `titles.${to.meta.title}` : 'titles.Home'
|
||||||
),
|
),
|
||||||
subtitle: null,
|
subtitle: null,
|
||||||
useRightDrawer: false,
|
useRightDrawer: false,
|
||||||
|
|
Loading…
Reference in New Issue