DESKTOP-6LTVLN7\Liumouren 2 gadi atpakaļ
vecāks
revīzija
7c23437e8e
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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: {}
 };