aa
jiangping
2023-10-16 2fc80842a96ced69006186f4febe9a8b658b2317
1
2
3
4
5
import mitt from 'mitt'
 
const bus = mitt()
 
export default bus;