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