Because of the generic nature of the terms, I'm having trouble searching for something that should have a page in the Nuxt docs somewhere:
I want to use an existing Web Component (developed by a third party) in a Nuxt app. It is having trouble with the SSR and I can't figure out how to work around it so that the web component is named in the template area but is only initialized in the browser.
Or, alternately, what I can tell the developer to do differently to make it work. It says it can't find "HTMLElement".