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