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