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