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