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