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