This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
lxf
/
foster-pc-vue
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
e966f78261
Rami (Branch)
Tag
feixun
master
foster-pc-vue
/
src
/
api
/
eventBus.js
eventBus.js
77 B
Cronologia
Originale
1
2
3
4
5
import mitt from 'mitt';
const eventBus = mitt();
export default eventBus;