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