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