circleProgress.js 345 B

123456789101112131415
  1. /*
  2. * @Author : LQ
  3. * @Description :
  4. * @version : 1.0
  5. * @Date : 2021-08-20 16:44:21
  6. * @LastAuthor : LQ
  7. * @lastTime : 2021-08-20 16:55:02
  8. * @FilePath : /u-view2.0/uview-ui/libs/config/props/circleProgress.js
  9. */
  10. export default {
  11. // circleProgress 组件
  12. circleProgress: {
  13. percentage: 30
  14. }
  15. }