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