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