DESKTOP-6LTVLN7\Liumouren hace 2 años
padre
commit
7c23437e8e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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: {}
 };