Mr.Shi
2023-09-11 239c5308af49780bf45a09a05c519e669caec939
1
2
3
4
5
import mitt from 'mitt'
 
const bus = mitt()
 
export default bus;