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