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