康巴易测肤/伤疤uniapp小程序类
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

10 lines
202B

  1. export default {
  2. props: {
  3. // 是否自动关闭其他swipe按钮组
  4. autoClose: {
  5. type: Boolean,
  6. default: uni.$u.props.swipeAction.autoClose
  7. }
  8. }
  9. }