having isComputed
alongside to isRef
and isReactive
#13473
Replies: 1 comment
-
Though writing
Usually it doesn't matter what type of ref it is, just that it's a ref. In cases where you need to know whether a ref is read/write or read-only you can use That said, there are some rare use cases where detecting a |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello devs.
I'd like to have a way to check if a value is computed. Especially since we have
isRef
andisReactive
already, why not we haveisComputed
?Beta Was this translation helpful? Give feedback.
All reactions