OfficeSystem/node_modules/@climblee/uv-ui/components/uv-swipe-action/props.js
WindowBird 7ab9e16c35 init
2025-10-30 16:42:12 +08:00

10 lines
163 B
JavaScript

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