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