Skip to content

Commit 8f05f78

Browse files
authored
chore(#138): fix accordion panel slot (#143)
1 parent 9af8a98 commit 8f05f78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Accordion.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
</template>
3838

3939
<CTParagraph class="ct-accordion__panels__panel__content__inner">
40-
<slot name="panel" :panel="{ panel }">
40+
<slot name="panel" :panel="panel">
4141
{{ panel.content }}
4242
</slot>
4343
</CTParagraph>

0 commit comments

Comments
 (0)