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