Skip to content

Commit

Permalink
chore: remove empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
noook committed Mar 30, 2024
1 parent 8b81735 commit 4a214f9
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions playground/app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,12 @@
Welcome to the playground!
</template>

<p class="text-gray-500 dark:text-gray-400">
Try your components here!
<p class="text-gray-500 dark:text-gray-400 min-h-[500px]">
<UAccordion :items="[{}, {}]" :multiple="true">
<template #item>
<div class="h-[300px] bg-red-300">Item</div>

Check warning on line 11 in playground/app.vue

View workflow job for this annotation

GitHub Actions / ci (ubuntu-latest, 18)

Expected 1 line break after opening tag (`<div>`), but no line breaks found

Check warning on line 11 in playground/app.vue

View workflow job for this annotation

GitHub Actions / ci (ubuntu-latest, 18)

Expected 1 line break before closing tag (`</div>`), but no line breaks found
</template>
</UAccordion>
</p>
</UCard>
</UContainer>
Expand Down

0 comments on commit 4a214f9

Please sign in to comment.