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