Mr.Shi
2023-09-01 68d975c737a051975cbb9b7c5bada7f37ae9e722
1
2
3
4
5
import mitt from 'mitt'
 
const bus = mitt()
 
export default bus;