“linengliang”
2024-01-02 55cb96da2ad3c94221b86306e4d1fc80f713096d
1
2
3
4
5
import Bus from 'vue';
let install = function (Vue) {
  Vue.prototype.$bus = new Bus()
}
export default { install };