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