npm install vue-bus
import Vue from 'vue'; import VueBus from 'vue-bus'; Vue.use(VueBus);
在组件中使用 javascript
触发事件:vue