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