lius
2023-08-14 b5db3a63dc67c2c8d720749b0476f871a0427a0a
1
2
3
4
5
import Bus from 'vue';
let install = function (Vue) {
  Vue.prototype.$bus = new Bus()
}
export default { install };