How can I avoid using .value with computed property or make it readonly? #10032
Unanswered
yogeshgalav
asked this question in
Help/Questions
Replies: 0 comments
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.
-
For data properties I always use reactive so I don't have to use data.value
but with computed property I wasn't able to achieve so,
99% of the time when I use a computed property, I assume it readonly i.e. without any get or set
I hope this is the case for other deevelopers as well.
So how to make computed property readonly?
Beta Was this translation helpful? Give feedback.
All reactions