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