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