Mr.Zhang
2023-08-23 166982c6c138b0b3face42de4a4e1b305ef0e02e
1
2
3
4
5
import mitt from 'mitt'
 
const bus = mitt()
 
export default bus;