在 vue.js 2 中使用 mitt,您可以跨组件层级进行通信和广播事件。1. 安装 mitt:npm install mitt --save。2. 创建 mitt 实例:import mitt from 'mitt'; const em...