Mr.Zhang
2023-09-07 1e993780749c9525be74e77e4c81b7db2c88da6f
1
2
3
4
5
import mitt from 'mitt'
 
const bus = mitt()
 
export default bus;