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