Mr.Shi
2023-09-13 26c8212a1e8ba902798be21e97629c9295b2f405
1
2
3
4
5
import mitt from 'mitt'
 
const bus = mitt()
 
export default bus;