lixiangyu
昨天 369a4f1ab4c907f6d3bbc70e8876eb1ed611afe3
1
2
3
4
5
import Bus from 'vue';
let install = function (Vue) {
  Vue.prototype.$bus = new Bus()
}
export default { install };