jiangping
2023-08-25 1a16c058cdf8ce9bfdad4853e518d521b29a87e6
1
2
3
4
5
import mitt from 'mitt'
 
const bus = mitt()
 
export default bus;