Mr.Zhang
2023-08-22 b9e547489cc44ae438666e9df60cf753e054cf1d
1
2
3
4
5
import mitt from 'mitt'
 
const bus = mitt()
 
export default bus;