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