yangkang
2023-09-12 3fb908f2d537a8a047388963202185e5844317cb
1
2
3
4
5
import Bus from 'vue';
let install = function (Vue) {
  Vue.prototype.$bus = new Bus()
}
export default { install };