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