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