crm-uniapp/uni_modules/uv-swipe-action/components/uv-swipe-action/props.js
2024-10-09 16:24:04 +08:00

10 lines
172 B
JavaScript

export default {
props: {
// 是否自动关闭其他swipe按钮组
autoClose: {
type: Boolean,
default: true
},
...uni.$uv?.props?.swipeAction
}
}