1.0.3 • Published 4 years ago
ce-feat-nrt-alchemist-lite-pkg v1.0.3
ce-feat-nrt-alchemist-lite
Install component
npm i ce-feat-nrt-alchemist-lite-pkgComponent usage
The component takes reportId as input property
<div id="app">
<AlchemistLite :reportId="pass_the_call_id_here"></AlchemistLite>
</div>
<script>
...
import AlchemistLite from '../node_modules/ce-feat-nrt-alchemist-lite-pkg/src/ce-feat-nrt-alchemist-lite.vue'
...
</script>Configuration on main.js (or the application entry point)
import VueWorker from 'vue-worker'
Vue.use(VueWorker)