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