Mr.Shi
2023-08-23 9dca34b089802355a813f57f1e8898af4aefb87d
1
2
3
4
5
import mitt from 'mitt'
 
const bus = mitt()
 
export default bus;