hyingbo
14 小时以前 c1a0709c92e9076d62367ca866332f7baa068678
1
2
3
4
5
import Bus from 'vue';
let install = function (Vue) {
  Vue.prototype.$bus = new Bus()
}
export default { install };