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