mirror of
https://gitee.com/huangge1199_admin/vue-pro.git
synced 2024-11-24 00:01:56 +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
|
|
}
|
|
}
|
|
}
|