Mr.Shi
2023-08-28 89d77a7cd7285feda993bffec2513892f8bd355f
1
2
3
4
5
import mitt from 'mitt'
 
const bus = mitt()
 
export default bus;