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