2023-07-12 09:56:31 +08:00

5 lines
93 B
TypeScript

//组件间传值文件
import mitt from "mitt";
const mitts = mitt();
export default mitts;