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