types(DropdownItem): add toggle method type

This commit is contained in:
陈嘉涵
2019-12-22 17:13:10 +08:00
committed by neverland
parent 0438bdbc97
commit 5c1883f77c
3 changed files with 7 additions and 1 deletions

View File

@@ -158,7 +158,7 @@ export default {
| 方法名 | 说明 | 参数 | 返回值 |
|------|------|------|------|
| toggle | 切换菜单是否展示 | show: boolean | - |
| toggle | 切换菜单展示状态,传`true`为显示,`false`为隐藏,不传参为取反 | show?: boolean | - |
### Option 数据结构