/*
* @Description: 兄弟组件传值
* @Author: lijj
* @Date: 2024-04-18 15:14:02
*/
import mitt from 'mitt'
const emitter = mitt()
export default emitter