lius
2023-09-19 066d3affec71ead9696cea1f4b4f9abf4e3c6c51
1
2
3
4
5
import Bus from 'vue';
let install = function (Vue) {
  Vue.prototype.$bus = new Bus()
}
export default { install };