mirror of
https://github.com/youzan/vant.git
synced 2025-10-20 18:54:24 +00:00
docs: update method table (#4511)
This commit is contained in:
@@ -188,6 +188,6 @@ export default {
|
||||
|
||||
Use ref to get checkbox instance and call instance methods
|
||||
|
||||
| Name | Attribute | Return value | Description |
|
||||
| Name | Description | Attribute | Return value |
|
||||
|------|------|------|------|
|
||||
| toggle | - | - | Toggle check status |
|
||||
| toggle | Toggle check status | - | - |
|
||||
|
@@ -190,6 +190,6 @@ export default {
|
||||
|
||||
通过 ref 可以获取到 checkbox 实例并调用实例方法
|
||||
|
||||
| 方法名 | 参数 | 返回值 | 介绍 |
|
||||
| 方法名 | 说明 | 参数 | 返回值 |
|
||||
|------|------|------|------|
|
||||
| toggle | - | - | 切换选中状态 |
|
||||
| toggle | 切换选中状态 | - | - |
|
||||
|
Reference in New Issue
Block a user