Skip to content

Commit ca0c2a4

Browse files
committed
fix(MdCheckbox): typo
1 parent 5c840f1 commit ca0c2a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/MdCheckbox/MdCheckbox.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
props: {
2424
id: {
2525
type: String,
26-
defaul: () => 'md-checkbox-' + MdUuid()
26+
default: () => 'md-checkbox-' + MdUuid()
2727
}
2828
}
2929
})

0 commit comments

Comments
 (0)