qushaowei
2024-04-16 7c38e9cf9fd161a0e296a047e904eeaf65d96f9f
1
2
3
4
5
import Bus from 'vue';
let install = function (Vue) {
  Vue.prototype.$bus = new Bus()
}
export default { install };