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