jiangping
2023-08-22 074f334d060ec7d33d39cdeaae5ed84a2a2dd3a3
1
2
3
4
5
import mitt from 'mitt'
 
const bus = mitt()
 
export default bus;