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