jiangping
2023-12-05 6e873adc94aaeb4f918cf4fd45f7bdf936f45db4
1
2
3
4
5
import mitt from 'mitt'
 
const bus = mitt()
 
export default bus;