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