0
0
Fork 0

Merge pull request '#6772 warmfix fix e2e' (!695) from 6772-warmfix-fixE2e into test

Reviewed-on: verdnatura/salix-front#695
Reviewed-by: Alex Moreno <alexm@verdnatura.es>
This commit is contained in:
Jorge Penadés 2024-09-11 07:12:34 +00:00
commit 568fd9ae1a
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ if (props.baseUrl) {
<QPage> <QPage>
<VnSubToolbar /> <VnSubToolbar />
<div :class="[useCardSize(), $attrs.class]"> <div :class="[useCardSize(), $attrs.class]">
<RouterView :key="route.fullPath" /> <RouterView :key="route.path" />
</div> </div>
</QPage> </QPage>
</QPageContainer> </QPageContainer>