bus.js 88 Bytes edit raw blame history 1 2 3 4 5 6 import Vue from 'vue'; // 使用 Event Bus const bus = new Vue(); export default bus;