How does pinia work with Reactivity Tranform? #1333
Unanswered
martinszeltins
asked this question in
Help and Questions
Replies: 1 comment
-
You need to use |
Beta Was this translation helpful? Give feedback.
0 replies
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 example if I get this value from my store, it is actually wrapped in
Ref
and so in order to use it I need to add.value
but is there a way to use Vue's new Reactivity Tranform so I would not have to write.value
?Beta Was this translation helpful? Give feedback.
All reactions