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