jiangping
2023-08-18 6ad10e278e9193bd65314a2f3c954ab16e8c104f
1
2
3
4
5
import mitt from 'mitt'
 
const bus = mitt()
 
export default bus;