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