1.0.4 • Published 2 years ago

ce-feat-nrt-alchemist-lite-pkg v1.0.4

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

ce-feat-nrt-alchemist-lite

Install component

npm i ce-feat-nrt-alchemist-lite-pkg

Component 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)

Customize configuration

See Configuration Reference.