wzp
2022-02-11 d5a9acf4d67523f12822bc6b73306b6c4d71dc4f
1
2
3
4
5
6
7
8
9
export default {
    props: {
        // 是否自动关闭其他swipe按钮组
        autoClose: {
            type: Boolean,
            default: uni.$u.props.swipeAction.autoClose
        }
    }
}