Skip to content

Commit 9daec58

Browse files
committed
update wording on array change detection
since Vue 3 now works a bit differently
1 parent e78e498 commit 9daec58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/essentials/list.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ Check out [this example of a simple todo list](https://sfc.vuejs.org/#eyJBcHAudn
317317

318318
### Mutation Methods
319319

320-
Vue wraps an observed array's mutation methods so they will also trigger view updates. The wrapped methods are:
320+
Vue is able to detect when an reactive array's mutation methods are called and trigger necessary updates. These mutation methods are:
321321

322322
- `push()`
323323
- `pop()`

0 commit comments

Comments
 (0)