Browse Source

fix: circleprogress warring #945 (#949)

* fix: doc更新

* fix: circleprogress 修改
Drjingfubo 4 years ago
parent
commit
4f16c14b15
1 changed files with 4 additions and 0 deletions
  1. 4 0
      src/packages/__VUE/circleprogress/index.taro.vue

+ 4 - 0
src/packages/__VUE/circleprogress/index.taro.vue

@@ -75,6 +75,10 @@ export default create({
       type: [Number, String],
       default: 10
     },
+    isAuto: {
+      tyep: Boolean,
+      default: false
+    },
     progressOption: {
       type: Object,
       default: () => {}