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