Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion @codexteam/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codexteam/ui",
"version": "0.1.0",
"version": "0.1.1",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
8 changes: 8 additions & 0 deletions @codexteam/ui/src/vue/layout/page-block/PageBlock.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
>
<slot name="left" />
</div>
<div
:class="$style['page-block__sidebar']"
v-else
/>

<!-- Center Content -->
<div
Expand All @@ -30,6 +34,10 @@
>
<slot name="right" />
</div>
<div
:class="$style['page-block__sidebar']"
v-else
/>
</div>
</template>

Expand Down
Loading