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