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