Web: expose notifs
as window-global variable for debugging
This commit is contained in:
parent
034d75a9b8
commit
919e629bd7
@ -21,4 +21,6 @@ app.mount('#app')
|
|||||||
|
|
||||||
// For debugging.
|
// For debugging.
|
||||||
import { useJobs } from '@/stores/jobs';
|
import { useJobs } from '@/stores/jobs';
|
||||||
|
import { useNotifs } from '@/stores/notifications';
|
||||||
window.jobs = useJobs();
|
window.jobs = useJobs();
|
||||||
|
window.notifs = useNotifs();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user