7983-testToMaster_2438 #718

Merged
alexm merged 353 commits from 7983-testToMaster_2438 into master 2024-09-17 05:39:39 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit a41143b410 - Show all commits
src/components/common

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>