props.js 255 B

12345678910
  1. import defProps from '../../libs/config/props.js';
  2. export default {
  3. props: {
  4. // 是否自动关闭其他swipe按钮组
  5. autoClose: {
  6. type: Boolean,
  7. default: () => defProps.swipeAction.autoClose
  8. }
  9. }
  10. }