Mr.Shi
2023-09-11 83206a4017aa82e1658208cb55b78833e35deac7
1
2
3
4
5
import mitt from 'mitt'
 
const bus = mitt()
 
export default bus;