Skip to content

Commit 7cacf99

Browse files
authored
add word about (#913)
1 parent 799b2c8 commit 7cacf99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/options-composition.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ The `setup` function is a new component option. It serves as the entry point for
299299
}
300300
```
301301

302-
`attrs` and `slots` are proxies to the corresponding values on the internal component instance. This ensures they always expose the latest values even after updates so that we can destructure them without worrying accessing a stale reference:
302+
`attrs` and `slots` are proxies to the corresponding values on the internal component instance. This ensures they always expose the latest values even after updates so that we can destructure them without worrying about accessing a stale reference:
303303

304304
```js
305305
const MyComponent = {

0 commit comments

Comments
 (0)