Closed Theo-Rige closed 1 year 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.
onMounted(() => { const luge = await import('@waaark/luge') })
Hello 👋 I haven't tried, do you get an error or something?
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.