diff --git a/src/App.vue b/src/App.vue index 66f0b77..5e2da52 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,12 +1,12 @@ diff --git a/src/pages/DataPage.vue b/src/pages/DataPage.vue index fcdc7a2..e038c26 100644 --- a/src/pages/DataPage.vue +++ b/src/pages/DataPage.vue @@ -3,12 +3,6 @@ import HourChart from "../components/HourChart.vue"; import TeamChartDay from "../components/TeamChartDay.vue"; import TeamChartMonth from "../components/TeamChartMonth.vue"; - -import { useWsStore } from '../store' - -const store = useWsStore(); - -console.log('store', store.data1.test);