xg
“linengliang”
2024-03-13 8524ef141cf0baef7b345a6c46446a50a07b42fb
1
2
3
4
5
import Bus from 'vue';
let install = function (Vue) {
  Vue.prototype.$bus = new Bus()
}
export default { install };