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