Replies: 1 comment 1 reply
-
fixed via ac43b11 in vapor branch will be landed in v3.6 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am not sure how feasible this would be but let's say we need to destructure
count
and we want to usetoRefs
, this will give an warning becausetoRefs
expects a reactive object.It would be awesome if we could just write this like this, and
toRefs
receives a reactive object.Beta Was this translation helpful? Give feedback.
All reactions