We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
method
function
1 parent dad6c6d commit 0e75029Copy full SHA for 0e75029
src/api/refs-api.md
@@ -16,7 +16,7 @@ count.value++
16
console.log(count.value) // 1
17
```
18
19
-If an object is assigned as a ref's value, the object is made deeply reactive by the [reactive](./basic-reactivity.html#reactive) method.
+If an object is assigned as a ref's value, the object is made deeply reactive by the [reactive](./basic-reactivity.html#reactive) function.
20
21
**Typing:**
22
0 commit comments