We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d17a61 commit 69f20e9Copy full SHA for 69f20e9
packages/core/src/components/Page/Page.vue
@@ -27,8 +27,6 @@
27
>
28
<slot name="skeleton" />
29
30
- <main-container />
31
-
32
<div v-if="$slots.drawer" :class="styles.pageDrawer">
33
<pf-drawer :expanded="drawerExpanded">
34
<pf-drawer-content>
@@ -44,6 +42,9 @@
44
42
</pf-drawer-content>
45
43
</pf-drawer>
46
</div>
+
+ <main-container v-else/>
47
48
49
</template>
50
0 commit comments