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