Mr.Zhang
2023-08-29 4975fd71df640ab6d8e1d5debe55b4fa6aa18ec6
1
2
3
4
5
import mitt from 'mitt'
 
const bus = mitt()
 
export default bus;