Mr.Zhang
2023-08-22 6ba8d21856ee23df8601396a2f23f1b67a3e33a9
1
2
3
4
5
import mitt from 'mitt'
 
const bus = mitt()
 
export default bus;