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