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