-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Description
Does this library have inbuilt SSR support for Vue 3? It is working well on client-side, but when I ran SSR production build I got Vue reference error (added screenshot below). I also tried wrapping it in a no-ssr tag but I am still getting the error.
<no-ssr>
<highlightjs
style="white-space: pre-wrap"
language="javascript"
:code="code"
/>
</no-ssr>
Is there a know way to handle it handle the SSR issue if it isn't being handled internally in this package?
The bundler that I am using is webpack
Metadata
Metadata
Assignees
Labels
No labels