Mr.Zhang
2023-08-21 a1c49eabb69bae2aa33647b0327d867ea4a40b2b
1
2
3
4
5
import mitt from 'mitt'
 
const bus = mitt()
 
export default bus;