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