jiangping
2023-08-21 14bd6c7472152a9b466500fc70471ab75b73b277
1
2
3
4
5
import mitt from 'mitt'
 
const bus = mitt()
 
export default bus;