shangjia1.1/uni_modules/uview-ui/components/u-swipe-action/props.js

10 lines
202 B
JavaScript
Raw Permalink Normal View History

2024-11-08 14:33:35 +08:00
export default {
props: {
// 是否自动关闭其他swipe按钮组
autoClose: {
type: Boolean,
default: uni.$u.props.swipeAction.autoClose
}
}
}