jiaosong
2023-08-18 14b568a466b548b6b7014b941390a86de56e6ff3
1
2
3
4
5
import mitt from 'mitt'
 
const bus = mitt()
 
export default bus;