Mr.Zhang
2023-09-13 604f2f28cd31c21da55aa270782b2b570e5a72c6
1
2
3
4
5
import mitt from 'mitt'
 
const bus = mitt()
 
export default bus;