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