DESKTOP-6LTVLN7\Liumouren 2 anni fa
parent
commit
7c23437e8e
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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: {}
 };