AntoineW / luge

Luge
301 stars 11 forks source link

Use in Nuxt with SSR #31

Closed Theo-Rige closed 1 year ago

Theo-Rige commented 2 years ago

It's possible to use Luge with Nuxt 3, especially with SSR ? I try : onMounted(() => { const luge = await import('@waaark/luge') }) but it doesn't work.

AntoineW commented 2 years ago

Hello 👋 I haven't tried, do you get an error or something?