lyh
7 天以前 366d9edd9d846c99214ec06ed496b027258d3cb4
1
2
3
4
5
import Bus from 'vue';
let install = function (Vue) {
  Vue.prototype.$bus = new Bus()
}
export default { install };