da
jiangping
2023-08-22 41caeb2fcfa50ba120d4c8c89ff7386256abd885
1
2
3
4
5
import mitt from 'mitt'
 
const bus = mitt()
 
export default bus;