Mr.Zhang
2023-08-28 6aca327d3466d61fc7a2b5a8c5d617055dd319b0
1
2
3
4
5
import mitt from 'mitt'
 
const bus = mitt()
 
export default bus;