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