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