Mr.Zhang
2023-08-29 f4ee5669bb59da630ec67f9a30c44ccb308d3b8b
1
2
3
4
5
import mitt from 'mitt'
 
const bus = mitt()
 
export default bus;