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