SSR leaks internal properties in the rendered output #5563
Labels
🔨 p3-minor-bug
Priority 3: this fixes a bug, but is an edge case that only affects very specific usage.
🐞 bug
Something isn't working
scope: ssr
Version
3.2.31
Reproduction link
sfc.vuejs.org/
Steps to reproduce
What is expected?
The generated HTML should not contains any internal property used by the code generator
What is actually happening?
The generated HTML contains a "ref_key" property
This only happen if the SFC has a single node where the template ref is assigned.
The text was updated successfully, but these errors were encountered: