[docs] Checkbox: fix doc error

fix #1462
This commit is contained in:
rex 2019-04-01 20:27:51 +08:00 committed by GitHub
parent f95cad50ce
commit b3f9d5e7ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -53,7 +53,7 @@
<image
slot="icon"
src="{{ checked ? icon.active : icon.normal }}"
>
/>
</van-checkbox>
```
@ -212,9 +212,3 @@ Page({
| 方法名 | 参数 | 返回值 | 介绍 |
|-----------|-----------|-----------|-------------|
| toggle | - | - | 切换选中状态 |
### 更新日志
| 版本 | 类型 | 内容 |
|-----------|-----------|-----------|
| 0.3.5 | feature | 新增组件 |