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