zhaowei
2024-12-30 c7a15f87890b358e54bd0fc07edf8cfef9e7e114
1
2
3
4
5
import Bus from 'vue';
let install = function (Vue) {
  Vue.prototype.$bus = new Bus()
}
export default { install };