We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b94b60f commit dd4bceeCopy full SHA for dd4bcee
frontend/src/App.vue
@@ -4,11 +4,14 @@
4
import { usePiStore } from '@/store/modules/pi'
5
import { useConfigStore } from '@/store/modules/config'
6
import { useTaskListStore } from '@/store/modules/taskList'
7
+ import { useGlobalEvents } from '@/composables'
8
9
const piStore = usePiStore()
10
const configStore = useConfigStore()
11
const taskListStore = useTaskListStore()
12
13
+ useGlobalEvents()
14
+
15
onMounted(async () => {
16
await piStore.load()
17
await configStore.load()
0 commit comments