Skip to content

Commit fe7ea0c

Browse files
committedApr 2, 2024
fix: 错别字修改
1 parent 81bdbeb commit fe7ea0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎uni_modules/uni-swipe-action/components/uni-swipe-action-item/uni-swipe-action-item.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@
142142
* @property {Boolean} autoClose = [true|false] 滑动打开当前组件,是否关闭其他组件
143143
* @property {Number} threshold 滑动缺省值
144144
* @property {Array} leftOptions 左侧选项内容及样式
145-
* @property {Array} rgihtOptions 右侧选项内容及样式
145+
* @property {Array} rightOptions 右侧选项内容及样式
146146
* @event {Function} click 点击选项按钮时触发事件,e = {content,index} ,content(点击内容)、index(下标)
147147
* @event {Function} change 组件打开或关闭时触发,left\right\none
148148
*/

0 commit comments

Comments
 (0)
Please sign in to comment.