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

Commit

Permalink
fix: update '响应性' && the 'automatically unwrapped'
Browse files Browse the repository at this point in the history
  • Loading branch information
ajycc20 committed Sep 19, 2020
1 parent 3586d8c commit 321822d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/guide/change-detection.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

> 该页面仅适用于 Vue 2.x 及更低版本,并假定你已经阅读了[响应式部分](reactivity.md)。请先阅读该部分。
由于 JavaScript 的限制,有些 Vue **无法检测**的更改类型。但是,有一些方法可以规避它们以维持响应式
由于 JavaScript 的限制,有些 Vue **无法检测**的更改类型。但是,有一些方法可以规避它们以维持响应性

### 对于对象

Expand Down
2 changes: 1 addition & 1 deletion src/guide/composition-api-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ export default {
</script>
```

注意,从 `setup` 返回的 [refs](../api/refs-api.html#ref) 在模板中访问时是 [automatically unwrapped](../api/refs-api.html#access-in-templates),因此不应在模板中使用 `.value`
注意,从 `setup` 返回的 [refs](../api/refs-api.html#ref) 在模板中访问时是 [Ref 展开](/guide/reactivity-fundamentals.html#ref-展开),因此不应在模板中使用 `.value`


## 使用渲染函数
Expand Down

0 comments on commit 321822d

Please sign in to comment.