Mr.Zhang
2023-08-24 6f2e1f380b4bfdcc43dcac731226ccab49e17706
1
2
3
4
5
import mitt from 'mitt'
 
const bus = mitt()
 
export default bus;