From f4eac37fb28cc47344e87705d2b974eb04d812d3 Mon Sep 17 00:00:00 2001 From: Yukon123 <82578034+Yukon123@users.noreply.github.com> Date: Sun, 22 Aug 2021 01:49:23 +0800 Subject: [PATCH] change reactive `method` to reactive `function` --- src/api/refs-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/refs-api.md b/src/api/refs-api.md index 6fcdbb67fc..8db87b61c0 100644 --- a/src/api/refs-api.md +++ b/src/api/refs-api.md @@ -16,7 +16,7 @@ count.value++ console.log(count.value) // 1 ``` -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. **Typing:**