Skip to content

Commit e048a00

Browse files
authored
refactor(CCloseButton): add type="button"
1 parent aaa9235 commit e048a00

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/coreui-vue/src/components/close-button/CCloseButton.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ export const CCloseButton = defineComponent({
3434
}
3535
return () =>
3636
h('button', {
37+
type: 'button',
3738
class: [
3839
'btn',
3940
'btn-close',

0 commit comments

Comments
 (0)