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