首先要建立一個eventBus prototype,再將eventBus實體加入Vue的根實例上 // main.js import Vue from 'vue' import App from './App' Vue.prototype.$bus = new Vue(); ...
確定! 回上一頁