qushaowei
2024-04-11 1c71b73047a8120df6777e255d1c8f2da7555b73
1
2
3
4
5
import Bus from 'vue';
let install = function (Vue) {
  Vue.prototype.$bus = new Bus()
}
export default { install };