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