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