This website works better with JavaScript
Etusivu
Tutki
Apua
Kirjaudu sisään
lxf
/
foster-pc-vue
Tarkkaile
1
Äänestä
0
Fork
0
Tiedostot
Ongelmat
0
Pull-pyynnöt
0
Wiki
Puu:
e966f78261
Branchit
Tagit
feixun
master
foster-pc-vue
/
src
/
api
/
eventBus.js
eventBus.js
77 B
Historia
Raaka
1
2
3
4
5
import mitt from 'mitt';
const eventBus = mitt();
export default eventBus;