0
0
Fork 0

chore: refs #6772 fix e2e

This commit is contained in:
Jorge Penadés 2024-09-10 14:43:35 +02:00
parent 77f2a4d825
commit a41143b410
1 changed files with 1 additions and 1 deletions

View File

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