src/views/cockpitPage/index.vue
@@ -1,12 +1,18 @@ <template> <BackgroundBoardLayout></BackgroundBoardLayout> <BackgroundBoardLayout> <template #rightBlock3> <BarChart @should-reload="reloadAllData"></BarChart> </template> </BackgroundBoardLayout> </template> <script> import BackgroundBoardLayout from "@/components/cockpitPage/BackgroundBoardLayout.vue"; import BarChart from "@/components/cockpitPage/BarChart.vue"; export default { components: { BackgroundBoardLayout, BarChart, }, props: {}, data() {