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