Should references inside the object passed to defineExpose be unwrapped? #11042
-
Beta Was this translation helpful? Give feedback.
Answered by
LinusBorg
Jun 1, 2024
Replies: 1 comment 1 reply
-
https://vuejs.org/api/sfc-script-setup.html#defineexpose The docs clearly state that refs will be unwrapped:
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
denvifer
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://vuejs.org/api/sfc-script-setup.html#defineexpose
The docs clearly state that refs will be unwrapped: