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