prashantpalikhe / nuxt-ssr-lit

SSR support for Lit elements in Nuxt3
Other
42 stars 7 forks source link

Take an array of Lit element prefixes as module option #6

Closed prashantpalikhe closed 1 year ago

prashantpalikhe commented 1 year ago

Users may want to SR Lit elements with multiple prefixes e.g. my-button, acme-accordion, fast-calendar etc

Allow users to pass an array of prefixes that needs to support SSR.

steveworkman commented 1 year ago

This is fixed in #13