Replies: 3 comments
-
Additionally, it doesn't look like refs defined in |
Beta Was this translation helpful? Give feedback.
-
seconded. not gonna mince words here, this is fucking annoying |
Beta Was this translation helpful? Give feedback.
-
I just ran into this with Nuxt 3 / Volar when using Here's what I did to fix it:
Problem was solved. |
Beta Was this translation helpful? Give feedback.
-
I'm working on a Nuxt 2 (w/ bridge) project and it's my understanding that Vue unwraps refs when they're accessed through
this
or in the template. Volar, however, doesn't understand this and reports that the type ofRef
values in the template is still aRef
, not the actual unwrapped value.How do I resolve this?
Beta Was this translation helpful? Give feedback.
All reactions