lefengyang
2026-08-16 89a0bb7081da65e12d73b959db93470b1d5f5b03
1
2
3
4
5
6
7
8
9
10
export default {
    props: {
        // 是否自动关闭其他swipe按钮组
        autoClose: {
            type: Boolean,
            default: true
        },
        ...uni.$uv?.props?.swipeAction
    }
}