货无忧
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

949 B

hd-swipe-action

SwipeAction 滑动操作

Props

Name Description Type Required Default
index 当前项的下标 Number true -
moveIndex 滑动项的下标 Number true -
swipeAble 是否允许滑动 Boolean false 默认值是:true
operations 自定义操作数组 Array true []

Events

Event Name Description Parameters
click 点击当前组件时触发 -
updateIndex 更新滑动项下标 index:Number 被操作项下标
operate 点击自定义操作时触发 value:String 自定义操作的值

Slots

Name Description Default Slot Content
default 组件内部显示内容 -