Quantcast
Viewing latest article 7
Browse Latest Browse All 18

bus.js

bus.js
import Vue from 'vue'
const bus = new Vue()
//Install the Event Bus in the Vue.prototype when imported
export default function install(Vue) {
Object.defineProperty(Vue.prototype, '$bus', {
get() {
return bus
}
})
}

Viewing latest article 7
Browse Latest Browse All 18

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>