UNPKG

@efelle/proton

Version:

An elegant Vue.js Tailwind component library

13 lines (10 loc) 242 B
let EventBusPlugin = {} EventBusPlugin.install = function(Vue) { let EventBus = new Vue Object.defineProperty(Vue.prototype, '$proton', { get() { return EventBus }, }) } export default EventBusPlugin