11
Mr.Zhang
2023-08-23 b2439ac8beab79c41548cd60788e015e669880db
1
2
3
4
5
import mitt from 'mitt'
 
const bus = mitt()
 
export default bus;