0
0
Fork 0

fix(VnSectionMain): add QPage

This commit is contained in:
Alex Moreno 2024-09-16 09:19:08 +02:00
parent b6ee1ac2bc
commit 8c4e4a16af
1 changed files with 3 additions and 1 deletions

View File

@ -20,6 +20,8 @@ onMounted(() => (stateStore.leftDrawer = $props.leftDrawer));
</QScrollArea> </QScrollArea>
</QDrawer> </QDrawer>
<QPageContainer> <QPageContainer>
<RouterView></RouterView> <QPage>
<RouterView></RouterView>
</QPage>
</QPageContainer> </QPageContainer>
</template> </template>