This commit is contained in:
Matt Isenhower
2022-09-18 12:38:50 -07:00
parent e6a96dc6b9
commit 9b90085b99

View File

@@ -17,11 +17,7 @@ import MainLayout from '@/layouts/MainLayout.vue'
import { useDataStore } from '../stores/data';
import { onMounted } from 'vue';
import ScheduleBox from '../components/ScheduleBox.vue';
import { useGearStore } from '../stores/gear.mjs';
const data = useDataStore();
onMounted(() => data.updateAll());
const gear = useGearStore();
</script>