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