zhaowei
2024-11-15 acae52a683b4a67eb0bcc5adef2d7729f5ff4b7e
1
2
3
4
5
import Bus from 'vue';
let install = function (Vue) {
  Vue.prototype.$bus = new Bus()
}
export default { install };