Skip to content

Commit 8bdb2c3

Browse files
fix: removed raw values mention
1 parent 355523e commit 8bdb2c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/composition-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1079,7 +1079,7 @@ Identity hazards are in general rare. But to properly utilize these APIs while s
10791079

10801080
### `shallowReactive`
10811081

1082-
Create a reactive proxy that tracks reactivity of its own properties, but does not perform deep reactive conversion of nested objects (exposes raw values).
1082+
Create a reactive proxy that tracks reactivity of its own properties, but does not perform deep reactive conversion of nested objects.
10831083

10841084
```js
10851085
const state = shallowReactive({

0 commit comments

Comments
 (0)