forked from verdnatura/salix-front
fix(VnSectionMain): add QPage
This commit is contained in:
parent
b6ee1ac2bc
commit
8c4e4a16af
|
@ -20,6 +20,8 @@ onMounted(() => (stateStore.leftDrawer = $props.leftDrawer));
|
|||
</QScrollArea>
|
||||
</QDrawer>
|
||||
<QPageContainer>
|
||||
<RouterView></RouterView>
|
||||
<QPage>
|
||||
<RouterView></RouterView>
|
||||
</QPage>
|
||||
</QPageContainer>
|
||||
</template>
|
||||
|
|
Loading…
Reference in New Issue