Open
Description
I am trying to build a chart using VueJS web component:
vue-cli-service build --target wc --inline-vue --name my-app ./src/App.vue --env=production
This command produces the following files on dist:
However when I see dist.html on the browser I get:
I suspect the problem is with shadow dom:
When it tries to get the element to render the chart it fails due to shadow dom VueJS WC build produces.
When run yarn serve
app is working fine but does not produce shadow DOM:
Do you think shadow DOM bugs fusion charts? Is there a workaround? Do I miss something there?
Metadata
Metadata
Assignees
Labels
No labels