UNPKG

@getconfection/confection-vue-cable

Version:

## About [Confection](https://confection.io/) collects, stores, and distributes data in a way that's unaffected by client-side disruptions involving cookies, cross-domain scripts, and device IDs. It's also compliant with global privacy laws so it’s good

7 lines (6 loc) 148 B
import Confection from "./src/Confection.vue"; export default { install(Vue, options) { Vue.component("confection-vue-cable", Confection); } };