jiangping
2023-10-26 870305fc71697f87443113920aea87fc0dd7307a
1
2
3
4
5
import mitt from 'mitt'
 
const bus = mitt()
 
export default bus;