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