Blame view

ant-design-vue-jeecg/src/utils/vueBus.js 115 Bytes
肖超群 authored
1
import Bus from 'vue';
肖超群 authored
2
肖超群 authored
3
4
5
let install = function (Vue) {
  Vue.prototype.$bus = new Bus()
}
肖超群 authored
6
export default {install};