[Vuejs]-How can I use webcomponents in a Vue application using Typescript

0👍

Found a workaround by importing the web component in my app.js from where Vue app is started. It is a bit hacky, but this allows me to avoid all the typescript issues that were blocking me.

Leave a comment