I’m a bit confused about so many different ways of getting reactive value.
What’s the difference between prop.value
, unref(prop)
and toValue(prop)
?
When should I use which method?
I’m a bit confused about so many different ways of getting reactive value.
What’s the difference between prop.value
, unref(prop)
and toValue(prop)
?
When should I use which method?