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