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