cuikaidong
4 天以前 3de531b7986ebec5b022d2360fbb930aa54a1a80
1
2
3
4
5
import Bus from 'vue';
let install = function (Vue) {
  Vue.prototype.$bus = new Bus()
}
export default { install };