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