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