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