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