hyingbo
2025-06-12 b35f7d3ce5d3057121ba2296699f754e43324e22
1
2
3
4
5
import Bus from 'vue';
let install = function (Vue) {
  Vue.prototype.$bus = new Bus()
}
export default { install };