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