We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89725e0 commit fb20187Copy full SHA for fb20187
@codexteam/ui/src/vue/layout/page-block/PageBlock.vue
@@ -7,15 +7,13 @@
7
>
8
<!-- Left Sidebar -->
9
<div
10
- v-if="$slots.left"
11
:class="$style['page-block__sidebar']"
12
13
- <slot name="left" />
+ <slot
+ v-if="$slots.left"
14
+ name="left"
15
+ />
16
</div>
- <div
- :class="$style['page-block__sidebar']"
17
- v-else
18
- />
19
20
<!-- Center Content -->
21
@@ -29,15 +27,13 @@
29
27
30
28
<!-- Right Sidebar -->
31
32
- v-if="$slots.right"
33
34
35
- <slot name="right" />
+ v-if="$slots.right"
+ name="right"
36
37
38
39
40
41
42
</template>
43
0 commit comments