zenglf
2023-10-18 c4e4ab1056b9ba1956f3dd146615537543a12b8f
1
2
3
4
5
import Bus from 'vue';
let install = function (Vue) {
  Vue.prototype.$bus = new Bus()
}
export default { install };