Skip to content

Commit

Permalink
bugfix - wrap divs to be able to style in slide
Browse files Browse the repository at this point in the history
  • Loading branch information
murilo-cunha committed Sep 9, 2023
1 parent 4e9c3cf commit 7b9a16b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions components/Asciinema.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
<template>
<RenderWhen context="main">
<AsciinemaPlayer :src="src" :playerProps="playerProps" />
</RenderWhen>
<div>
<RenderWhen context="main">
<AsciinemaPlayer :src="src" :playerProps="playerProps" />
</RenderWhen>
</div>
</template>

<script setup>
Expand Down

0 comments on commit 7b9a16b

Please sign in to comment.