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