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