a
jiangping
2023-10-16 a69578ed877252e70d45d4753258b3d7b6937606
1
2
3
4
5
import mitt from 'mitt'
 
const bus = mitt()
 
export default bus;