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