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