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