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