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