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