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