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