Skip to content

Commit

Permalink
docs(AppExample): only render top border when showCode && !preview
Browse files Browse the repository at this point in the history
  • Loading branch information
johnleider committed Jun 6, 2024
1 parent 2368668 commit 1c16a57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docs/src/components/examples/Example.vue
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
</v-expand-transition>

<v-theme-provider
:class="showCode && 'border-t'"
:class="showCode && !preview && 'border-t'"
:theme="theme"
class="pa-2 rounded-b"
with-background
Expand Down

0 comments on commit 1c16a57

Please sign in to comment.