jiangping
2023-08-21 62d103defe20120d2da994b5915e506846463035
1
2
3
4
5
import mitt from 'mitt'
 
const bus = mitt()
 
export default bus;