We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4f4f52 commit dfd67feCopy full SHA for dfd67fe
packages/coreui-vue/src/components/form/CFormSwitch.ts
@@ -90,7 +90,6 @@ const CFormSwitch = defineComponent({
90
},
91
[
92
h('input', {
93
- id: props.id,
94
...attrs,
95
...(props.modelValue && { checked: props.modelValue }),
96
class: [
0 commit comments