docs: update vant-weapp demo

This commit is contained in:
chenjiahan
2020-03-21 07:11:42 +08:00
parent 6343928da0
commit a8c671ecfd
9 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ export default {
### 自定义颜色
通过`checked-color`属性可以自定义选中状态的图标颜色
通过`checked-color`属性设置选中状态的图标颜色
```html
<van-checkbox v-model="checked" checked-color="#07c160">复选框</van-checkbox>