ref conjecture
#9210
Replies: 2 comments 2 replies
-
I think you could double wrap it if needed, but for vue I think it would be confusing for the same function to return different structures. |
Beta Was this translation helpful? Give feedback.
2 replies
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
can ref and reactive merge to one function to handle primitive value and object?in the function , detect value type when value is primitive value ,use wrapper class convert to object, then convert to proxy ,when value is object direct convert to proxy?
Beta Was this translation helpful? Give feedback.
All reactions