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