Skip to content

Commit dd4bcee

Browse files
committed
feat: init global events
1 parent b94b60f commit dd4bcee

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

frontend/src/App.vue

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,14 @@
44
import { usePiStore } from '@/store/modules/pi'
55
import { useConfigStore } from '@/store/modules/config'
66
import { useTaskListStore } from '@/store/modules/taskList'
7+
import { useGlobalEvents } from '@/composables'
78
89
const piStore = usePiStore()
910
const configStore = useConfigStore()
1011
const taskListStore = useTaskListStore()
1112
13+
useGlobalEvents()
14+
1215
onMounted(async () => {
1316
await piStore.load()
1417
await configStore.load()

0 commit comments

Comments
 (0)