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