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