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