mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-02-02 19:54:58 +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
|
|
}
|
|
}
|
|
}
|