We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81bdbeb commit fe7ea0cCopy full SHA for fe7ea0c
uni_modules/uni-swipe-action/components/uni-swipe-action-item/uni-swipe-action-item.vue
@@ -142,7 +142,7 @@
142
* @property {Boolean} autoClose = [true|false] 滑动打开当前组件,是否关闭其他组件
143
* @property {Number} threshold 滑动缺省值
144
* @property {Array} leftOptions 左侧选项内容及样式
145
- * @property {Array} rgihtOptions 右侧选项内容及样式
+ * @property {Array} rightOptions 右侧选项内容及样式
146
* @event {Function} click 点击选项按钮时触发事件,e = {content,index} ,content(点击内容)、index(下标)
147
* @event {Function} change 组件打开或关闭时触发,left\right\none
148
*/
0 commit comments