We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4b04ba commit def5cf4Copy full SHA for def5cf4
src/swipe-cell/README.md
@@ -62,4 +62,8 @@ right | Array / Slot | - | 右侧滑动操作项。有两种定义方式,一
62
-- | -- | --
63
click | `(action: SwipeActionItem, source: SwipeSource)` | 操作项点击时触发(插槽写法组件不触发,业务侧自定义内容和事件)。[详细类型定义](https://github.com/Tencent/tdesign-miniprogram/tree/develop/src/swipe-cell/type.ts)。<br/>`type SwipeSource = 'left' \| 'right'`<br/>
64
dragend | \- | 滑动结束事件
65
-dragstart | \- | 滑动开始事件
+dragstart | \- | 滑动开始事件
66
+
67
+## FAQ
68
+### `SwipeCell` 组件在真机上无法滑动?
69
+移除全局配置项: "componentFramework": "glass-easel",详情见: [issue 2524](https://github.com/Tencent/tdesign-miniprogram/issues/2524)。如需使用 `skyline render`,建议页面级粒度开启。
0 commit comments