Mr.Shi
2023-08-22 62678f54bbc7a64dc3cdad5d086e17de6383c003
1
2
3
4
5
import mitt from 'mitt'
 
const bus = mitt()
 
export default bus;