소스 검색

BUG修复

DESKTOP-6LTVLN7\Liumouren 2 년 전
부모
커밋
7c23437e8e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/components/common/ChartCard.vue

+ 1 - 1
src/components/common/ChartCard.vue

@@ -30,7 +30,7 @@ export default {
     return {};
   },
   mounted() {},
-  props: [],
+  props: ["title"],
   methods: {},
   watch: {}
 };