Mr.Zhang
2023-09-04 0d9c19184e72995fd8f57266c1ac5cf7f875e30c
1
2
3
4
5
import mitt from 'mitt'
 
const bus = mitt()
 
export default bus;