Skip to content
This repository was archived by the owner on Aug 8, 2022. It is now read-only.

Commit 17a8792

Browse files
authored
Merge pull request #373 from VSirrr/patch-1
fix: add '具有' text
2 parents d22b446 + 623d99c commit 17a8792

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/computed-watch-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ type StopHandle = () => void
9696

9797
### 侦听一个单一源
9898

99-
侦听器 data 源可以是返回值的 getter 函数,也可以是 [ref](./refs-api.html#ref):
99+
侦听器 data 源可以是具有返回值的 getter 函数,也可以是 [ref](./refs-api.html#ref):
100100

101101
```js
102102
// 侦听一个getter

0 commit comments

Comments
 (0)