Skip to content

Commit 9215661

Browse files
Update src/api/composition-api.md
Co-authored-by: Phan An <me@phanan.net>
1 parent 2a074ea commit 9215661

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/composition-api.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1053,7 +1053,7 @@ console.log(isReactive(bar.foo)) // false
10531053
```
10541054

10551055
::: warning
1056-
`markRaw` and the shallowXXX APIs below allow you to selectively opt-out of the default deep reactive / readonly conversion and embed raw, non-proxied objects in your state graph. They can be used for various reasons:
1056+
`markRaw` and the shallowXXX APIs below allow you to selectively opt-out of the default deep reactive/readonly conversion and embed raw, non-proxied objects in your state graph. They can be used for various reasons:
10571057

10581058
- Some values simply should not be made reactive, for example a complex 3rd party class instance, or a Vue component object.
10591059

0 commit comments

Comments
 (0)