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