Skip to content

Commit 5252ced

Browse files
committed
Merge branch 'dev' of https://github.com/coreui/coreui-vue into dev
2 parents af2ff4f + 82476e7 commit 5252ced

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/coreui-vue/src/components/accordion/CAccordionButton.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ const CAccordionButton = defineComponent({
1010
h(
1111
'button',
1212
{
13+
type: 'button',
1314
'aria-expanded': !visible.value,
1415
class: ['accordion-button', { ['collapsed']: !visible.value }],
1516
onClick: () => toggleVisibility(),

0 commit comments

Comments
 (0)