付延余
2023-03-23 1cb780b1762c62751c7f5f26132f3a7aa4ef3e2f
1
2
3
4
5
6
7
8
9
export default {
    props: {
        // 是否自动关闭其他swipe按钮组
        autoClose: {
            type: Boolean,
            default: uni.$u.props.swipeAction.autoClose
        }
    }
}