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