Mr.Zhang
2023-10-16 9d6d3cbcd640dcc2ca2f65d85c9be0942391abe5
1
2
3
4
5
import mitt from 'mitt'
 
const bus = mitt()
 
export default bus;