docs: add more tips of desktop usage (#4840)

This commit is contained in:
neverland
2019-10-25 17:50:11 +08:00
committed by GitHub
parent 3cef79a2eb
commit 7c052f4c0c
8 changed files with 56 additions and 14 deletions
+6
View File
@@ -253,3 +253,9 @@ Picker 组件的事件会根据 columns 是单列或多列返回不同的参数
| setColumnIndex | 设置对应列选中项的索引 | columnIndex, optionIndex | - |
| getColumnValues | 获取对应列中所有选项 | columnIndex | values |
| setColumnValues | 设置对应列中所有选项 | columnIndex, values | - |
## 常见问题
### 在桌面端无法操作组件?
参见[在桌面端使用](#/zh-CN/quickstart#zai-zhuo-mian-duan-shi-yong)。