zhuzhuanzhuan
2023-08-18 bd01a01fccafebadc4f9c9c79a72f85fbb7c4d6e
1
2
3
4
5
import Bus from 'vue';
let install = function (Vue) {
  Vue.prototype.$bus = new Bus()
}
export default { install };