zhuzhuanzhuan
2024-05-09 1d79d3950a3d8c489ca9ee2c88a50b01e2b5ab6e
1
2
3
4
5
import Bus from 'vue';
let install = function (Vue) {
  Vue.prototype.$bus = new Bus()
}
export default { install };