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