jiangping
2023-08-18 40609a1bd11ce79445562ac23f16af23a48c3933
1
2
3
4
5
import mitt from 'mitt'
 
const bus = mitt()
 
export default bus;