qushaowei
2024-01-02 745073a5e189bc8c37e1358f0e36dbd7e500a9d0
1
2
3
4
5
import Bus from 'vue';
let install = function (Vue) {
  Vue.prototype.$bus = new Bus()
}
export default { install };