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