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