npm install vue-bus
import Vue from 'vue'; import VueBus from 'vue-bus'; Vue.use(VueBus);
在組件中使用 javascript
觸發事件:vue