jiaosong
2023-08-18 a0be8dd44dfb4216293cfffdbb8ef1c406818b1f
1
2
3
4
5
import mitt from 'mitt'
 
const bus = mitt()
 
export default bus;