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