highlightjs / highlightjs/vue-plugin
Vue 3 SSR Support
Open
- Dominant language
- TypeScript
- Stars
- 241
- Forks
- 29
- PR merge metrics
- No merged PRs in 30d
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.
```javascript
```
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```
Contributor guide
Assessment
This issue has not been assessed yet.