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