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