docs(Checkbox): fix v-model name (#9062)

This commit is contained in:
neverland
2021-07-19 12:27:40 +08:00
committed by GitHub
parent 53969c455f
commit 1b84a9166d
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -147,7 +147,7 @@ export default {
### Maximum amount of checked options
```html
<van-checkbox-group v-model="result" :max="2">
<van-checkbox-group v-model="checked" :max="2">
<van-checkbox name="a">Checkbox a</van-checkbox>
<van-checkbox name="b">Checkbox b</van-checkbox>
<van-checkbox name="c">Checkbox c</van-checkbox>