mirror of
https://github.com/youzan/vant.git
synced 2025-10-20 10:44:59 +00:00
[new feature] Checkbox: support config the maximum amount of checked options (#631)
This commit is contained in:
@@ -12,7 +12,11 @@ export default create({
|
||||
|
||||
props: {
|
||||
value: {},
|
||||
disabled: Boolean
|
||||
disabled: Boolean,
|
||||
max: {
|
||||
default: 0,
|
||||
type: Number
|
||||
}
|
||||
},
|
||||
|
||||
watch: {
|
||||
|
Reference in New Issue
Block a user