No visualizations when built as a part of web component using Vue CLI 4
rovshan-b opened this issue · 1 comments
rovshan-b commented
I am using av-waveform component to display visualizations when recording from microphone.
This is screenshot of my Vue app when built as part of normal web page:
and when built the same in web component mode it does not appear (voice gets recorded normally. i.e. no problems with retrieving and setting user media. no changes in code between normal build and web component mode build):
there are no errors in browser console or network tab.
build command: yarn build --target wc --inline-vue --name=my-component
staskobzar commented
Please, try new version 2.3.0 which is compatible with vue3