jiaosong
2023-08-11 8fc384afe9941fffee38e69ff0e6b0d6cb2e0487
1
2
3
4
5
import mitt from 'mitt'
 
const bus = mitt()
 
export default bus;