Closed
Description
Vue version
Introduced in 3.4.36. Works fine in 3.4.35.
Link to minimal reproduction
Steps to reproduce
- Define a custom directive, even an empty one without any handlers.
- In the page template, create a
div
with bothv-text
and the custom directive applied. - Open the page in SSR mode.
What is expected?
The text set by the v-text
directive is displayed.
What is actually happening?
The text does not appear. No errors are logged.
System Info
No response
Any additional comments?
If SSR mode is disabled, everything works as expected. v-html
directive works fine in both modes.