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