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