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