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