core
core copied to clipboard
fix(runtime-core): named ref, Non-ref data should not be contaminated
close #7529
TemplateRef overwrites reactive data
named ref, Non-ref data should not be contaminated
In Composition API, the reference will be stored in a ref with matching name: https://vuejs.org//api/built-in-special-attributes.html#ref
This PR fixes it.