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