Skip to content

Commit

Permalink
chore(#138): fix accordion panel slot (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
Decipher authored Feb 20, 2024
1 parent 9af8a98 commit 8f05f78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Accordion.vue
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
</template>

<CTParagraph class="ct-accordion__panels__panel__content__inner">
<slot name="panel" :panel="{ panel }">
<slot name="panel" :panel="panel">

Check warning on line 40 in src/components/Accordion.vue

View workflow job for this annotation

GitHub Actions / build (16.x)

':panel' should be on a new line
{{ panel.content }}
</slot>
</CTParagraph>
Expand Down

0 comments on commit 8f05f78

Please sign in to comment.