You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hey there,
lets assume I got these nested routes:
The goal is
So if I open
http://web.example.test/project/01JHJQ0SCSYEZCJRJ2YM0B2NGJ/task
, I can see the tasks that belong to the project.That works nice.
But in the breadcrumbs component, the definePageMeta instructions for those nested pages are not applied.
If I add
to
project.vue
, all child items of the nested page are getting the translation I defined inproject.vue
. If I, for example, addto
/project/task/index.vue
, this is being ignored and the breadcrum shows the translation forproject.index
just twice.Beta Was this translation helpful? Give feedback.
All reactions