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