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