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