diff --git a/src/api/index.md b/src/api/index.md index fbbbac5d5e..8b9401af66 100644 --- a/src/api/index.md +++ b/src/api/index.md @@ -1336,8 +1336,8 @@ All lifecycle hooks automatically have their `this` context bound to the instanc ``` html
- - + + ``` The default behavior of `v-for` will try to patch the elements in-place without moving them. To force it to reorder elements, you need to provide an ordering hint with the `key` special attribute: