jiangping
2023-09-11 4fa0cbae96cde47e4878e16c87da294903a457ae
1
2
3
4
5
import mitt from 'mitt'
 
const bus = mitt()
 
export default bus;