允许使用ref创建一个reactive,或者使用reactive创建一个ref,是否合适? #8589
kongku
started this conversation in
General Discussions
Replies: 1 comment 2 replies
-
I think you can read the documentation, which describes
|
Beta Was this translation helpful? Give feedback.
2 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.
Uh oh!
There was an error while loading. Please reload this page.
-
原本是一个浅层的ref,ref.value就是一个普通的objcet,用来创建reactive后,state.value变成了一个reactive,容易混淆。
Beta Was this translation helpful? Give feedback.
All reactions