jiangping
2023-08-25 6baf2c39511f7364bb7c7f8071228317aab21203
1
2
3
4
5
import mitt from 'mitt'
 
const bus = mitt()
 
export default bus;