UNPKG

yl-view

Version:

一个基于uniapp的ui框架

32 lines 567 B
export default { props: { disabled: { type: Boolean, default: false }, // options 右侧按钮内容 options: { type: Array, default: _ => [] }, // 滑动距离阈值,只有大于此值,才被认为是要打开菜单 threshold: { type: Number, default: 20 }, // 动画过度时间 duration: { type: Number, default: 200 }, // 是否自动关闭swipe按钮组 autoClose: { type: Boolean, default: false }, isAddLineHeight: { type: Boolean, default: true }, } }