zhitong.yu
8 天以前 378d781e6f35f89652aa36e079a8b7fc44cea77e
1
2
3
4
5
import mitt from "mitt";
 
const mittBus = mitt();
 
export default mittBus;