Blame view

绿纤uni-app/uni_modules/uview-ui/components/u-circle-progress/props.js 166 Bytes
29608708   李宇   增加unia-app和html
1
2
3
4
5
6
7
8
  export default {
      props: {
          percentage: {
              type: [String, Number],
              default: uni.$u.props.circleProgress.percentage
          }
      }
  }