We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c840f1 commit ca0c2a4Copy full SHA for ca0c2a4
src/components/MdCheckbox/MdCheckbox.vue
@@ -23,7 +23,7 @@
23
props: {
24
id: {
25
type: String,
26
- defaul: () => 'md-checkbox-' + MdUuid()
+ default: () => 'md-checkbox-' + MdUuid()
27
}
28
29
})
0 commit comments