Lius
2025-04-24 55ed9fd6f8654c148fd0d8b504978ee7d39c86ac
1
2
3
4
5
import Bus from 'vue';
let install = function (Vue) {
  Vue.prototype.$bus = new Bus()
}
export default { install };