Skip to content

Commit c180866

Browse files
authored
Update reactivity-utilities.md
1 parent 138acd5 commit c180866

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/reactivity-utilities.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Returns the inner value if the argument is a ref, otherwise return the argument
4141
4242
## toRef()
4343
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)**
4545
4646
- **Type**
4747

0 commit comments

Comments
 (0)