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