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