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