Skip to content

Commit

Permalink
docs: 添加注意事项
Browse files Browse the repository at this point in the history
  • Loading branch information
Wangyaqi committed Oct 10, 2019
1 parent 548b90b commit 44413c8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/component/picker-view.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,5 @@ export default {

**Tips**
- 微信小程序端,滚动时在iOS自带振动反馈,可在系统设置 -> 声音与触感 -> 系统触感反馈中关闭
- app-nvue 暂不支持 ``<picker-view>``
- app-nvue 暂不支持 ``<picker-view>``
- 如果需要在PC端使用picker-view,可以配置[H5模版](https://uniapp.dcloud.io/collocation/manifest?id=h5-template),并引入[touch-emulator.js](https://github.com/dcloudio/touchemulator)
3 changes: 2 additions & 1 deletion docs/component/picker.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,4 +227,5 @@ export default {

**注意**
- 在picker内容还在滚动时或滚动回弹动画还未结束时,点确定关闭弹出的picker,数据无法及时更新。需等待一下,或手动触停滚动再点确定。所有平台均如此
- app-nvue 平台,mode 目前仅支持 ``selector`` ``time`` ``date``
- app-nvue 平台,mode 目前仅支持 ``selector`` ``time`` ``date``
- 如果需要在PC端使用picker,可以配置[H5模版](https://uniapp.dcloud.io/collocation/manifest?id=h5-template),并引入[touch-emulator.js](https://github.com/dcloudio/touchemulator)

0 comments on commit 44413c8

Please sign in to comment.