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