Skip to content

Commit

Permalink
Update reactivity-utilities.md (#1039)
Browse files Browse the repository at this point in the history
* Update reactivity-utilities.md

* Update reactivity-utilities.md

Remove unexpected blank.
  • Loading branch information
Kiku-CN authored Nov 2, 2024
1 parent fbdf2a2 commit 15c7678
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/reactivity-utilities.md
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@

检查传入的值是否为只读对象。只读对象的属性可以更改,但他们不能通过传入的对象直接赋值。

通过 [`readonly()`](./reactivity-core#readonly) 和 [`shallowReadonly()`](./reactivity-advanced#shallowreadonly) 创建的代理都是只读的,因为他们是没有 `set` 函数的 [`computed()`](./reactivity-core#computed) ref
通过 [`readonly()`](./reactivity-core#readonly) 和 [`shallowReadonly()`](./reactivity-advanced#shallowreadonly) 创建的代理都是只读的,类似于没有 `set` 函数的 [`computed()`](./reactivity-core#computed) ref

- **类型**

Expand Down

0 comments on commit 15c7678

Please sign in to comment.