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