mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-09 10:56:47 +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
|
|
}
|
|
}
|
|
}
|