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