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