瀏覽代碼

evaluation - 组件传参异常修复

hare8999@163.com 3 年之前
父節點
當前提交
df181f4247
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/components/EvaluationCard/index.vue

+ 1 - 1
src/components/EvaluationCard/index.vue

@@ -47,7 +47,7 @@ export default {
       default: "",
     },
     subTitle: {
-      type: String,
+      type: String|Boolean,
       default: "",
     },
     thirdTitle: {