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