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