Skip to content

Commit 0e75029

Browse files
authored
change reactive method to reactive function (#1199)
1 parent dad6c6d commit 0e75029

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/refs-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ count.value++
1616
console.log(count.value) // 1
1717
```
1818

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.
19+
If an object is assigned as a ref's value, the object is made deeply reactive by the [reactive](./basic-reactivity.html#reactive) function.
2020

2121
**Typing:**
2222

0 commit comments

Comments
 (0)