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