liudong
2024-08-07 0681e80122f8686a5a633d3d7b144d2aacc4aa28
1
2
3
4
5
6
/**
 * 事件总线。
 */
import mitt from "mitt";
 
export default mitt();