mirror of
https://github.com/YunaiV/ruoyi-vue-pro.git
synced 2025-11-01 03:28:41 +08:00
10 lines
202 B
JavaScript
10 lines
202 B
JavaScript
export default {
|
|
props: {
|
|
// 是否自动关闭其他swipe按钮组
|
|
autoClose: {
|
|
type: Boolean,
|
|
default: uni.$u.props.swipeAction.autoClose
|
|
}
|
|
}
|
|
}
|