mirror of
https://github.com/youzan/vant.git
synced 2025-10-21 03:11:15 +00:00
[improvement] props default value (#2183)
This commit is contained in:
@@ -11,12 +11,9 @@ export default create({
|
||||
name: 'checkbox-group',
|
||||
|
||||
props: {
|
||||
max: Number,
|
||||
value: Array,
|
||||
disabled: Boolean,
|
||||
max: {
|
||||
type: Number,
|
||||
default: 0
|
||||
}
|
||||
disabled: Boolean
|
||||
},
|
||||
|
||||
watch: {
|
||||
|
Reference in New Issue
Block a user