Browse Source

fix: type modification

Drjnigfubo 3 years ago
parent
commit
af8f222ef5

+ 2 - 2
src/packages/__VUE/progress/index.taro.vue

@@ -84,11 +84,11 @@ export default create({
       default: ''
     },
     textColor: {
-      tyep: String,
+      type: String,
       default: ''
     },
     textBackground: {
-      tyep: String,
+      type: String,
       default: ''
     },
     iconName: {

+ 2 - 2
src/packages/__VUE/progress/index.vue

@@ -81,11 +81,11 @@ export default create({
       default: ''
     },
     textColor: {
-      tyep: String,
+      type: String,
       default: ''
     },
     textBackground: {
-      tyep: String,
+      type: String,
       default: ''
     },
     iconName: {