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