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