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