neeldeep
neeldeep
@karol-f I am using JSON.stringify() to pass it as a String to the Custom Element and then converting it back to a Object for the Vue Component using JSON.parse(). I...
Hi @karol-f I am able to pass the object to Custom Element from HTML. Below is another way to pass it as an Object, as mentioned by you in other...
I have uploaded the file in my GitHub Repo https://github.com/neeldeep/test-vue-custom-element test-custom-elem.js is bundled so I have included the source map as well so you should be able to debug and...