jiangping
2024-05-08 b882047ef31e8df1c2a32afcc8744306a20b4bae
1
2
3
4
5
6
7
8
9
export default {
    props: {
        // 是否自动关闭其他swipe按钮组
        autoClose: {
            type: Boolean,
            default: uni.$u.props.swipeAction.autoClose
        }
    }
}