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