康巴易测肤/伤疤uniapp小程序类
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

9 行
166B

  1. export default {
  2. props: {
  3. percentage: {
  4. type: [String, Number],
  5. default: uni.$u.props.circleProgress.percentage
  6. }
  7. }
  8. }