Mr.Shi
2023-09-06 eadee8087139a2c497284b24f507237619ac009b
1
2
3
4
5
import mitt from 'mitt'
 
const bus = mitt()
 
export default bus;