prashantpalikhe / nuxt-ssr-lit

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

chore: add example page for provide/inject #91

Closed prashantpalikhe closed 1 year ago

prashantpalikhe commented 1 year ago

A simple example page that can be used to test that provide/inject works with this module.

As of now, provide/inject does not work with the module because of the way the slots of the Lit elements are being rendered during SSR.