浏览代码

fix: type modification

Drjnigfubo 3 年之前
父节点
当前提交
af8f222ef5
共有 2 个文件被更改,包括 4 次插入4 次删除
  1. 2 2
      src/packages/__VUE/progress/index.taro.vue
  2. 2 2
      src/packages/__VUE/progress/index.vue

+ 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: {