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