Skip to content

Commit

Permalink
chore: add emitted event on accordion
Browse files Browse the repository at this point in the history
  • Loading branch information
Lisi Linhart committed Jan 17, 2023
1 parent 62c5d43 commit bc3d4c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Accordion/SbAccordion.vue
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export default {
},
},
emits: ['icon-click'],
emits: ['icon-click', 'toggle-open'],
setup(props, { emit }) {
const isOpenLocal = ref(props.isOpen)
const chevronIcon = computed(() =>
Expand Down

0 comments on commit bc3d4c0

Please sign in to comment.