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