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