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