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 d716953 commit 498cbf1Copy full SHA for 498cbf1
packages/vue-vuetify/src/layouts/HorizontalLayoutRenderer.vue
@@ -1,6 +1,6 @@
1
<template>
2
<v-container
3
- v-if="layout.visible"
+ v-if="layout.visible && (layout.uischema as Layout).elements.length > 0"
4
:class="`${styles.horizontalLayout.root}`"
5
v-bind="vuetifyProps('v-container')"
6
>
packages/vue-vuetify/src/layouts/VerticalLayoutRenderer.vue
fill-height
:class="`${styles.verticalLayout.root}`"
0 commit comments