fix: refs #6900 fine tunning #661

Merged
jorgep merged 13 commits from 6900-hotfix-fineTunning into master 2024-09-04 13:58:59 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 8ea9742068 - Show all commits

View File

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