Open
Description
Using v-clamp
inside a <p>
tag will generate invalid HTML as v-clamp
will put a div
wrapper around the text.
In NUXT this will lead to hydration problems with SSR
rendering even when the plugin is configured to ssr: false
.
Why not use another span
? Or add an option to choose the wrapper tag?
Metadata
Metadata
Assignees
Labels
No labels