You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/api/reactivity-utilities.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ Returns the inner value if the argument is a ref, otherwise return the argument
41
41
42
42
## toRef()
43
43
44
-
Can be used to create a ref for a property on a source reactive object. The created ref is synced with its source property: mutating the source property will update the ref, and vice-versa.
44
+
Can be used to create a ref for a property on a source reactive object. The created ref is synced with its source property: mutating the source property will update the ref, and vice-versa. **unless the source property is a [component property](./sfc-script-setup.html#defineprops-defineemits)**
0 commit comments