mattelen / vue3-runtime-template

Vue component for compiling templates on the fly using a v-html like API
MIT License
47 stars 12 forks source link

Nuxt 3 SSR #22

Open gavmck opened 3 months ago

gavmck commented 3 months ago

This only seems to compile on the client rather than the server in Nuxt.

Does anyone know how to get SSR running as it defeats the point to only have it work on the client.

The docs say to only load the runtime compiler on the client, is there a reason for that?

ChristophLanghof commented 2 months ago

Hey @gavmck ! I'm stuck with the exact same issue. Already found a solution? 🤞