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