Skip to content

Commit

Permalink
Merge pull request #306 from taborskiy/patch-1
Browse files Browse the repository at this point in the history
Update list.md
  • Loading branch information
matrunchyk authored Oct 29, 2024
2 parents a49d381 + 8c6701d commit e508419
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/guide/essentials/list.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ items.forEach((item, index) => {

## `v-for` з об'єктами {#v-for-with-an-object}

Ви також можете використовувати `v-for` для ітерування властивостей об'єкту. Порядок ітерації оснований на результаті виклику `Object.keys()` на об'єкті:
Ви також можете використовувати `v-for` для ітерування властивостей об'єкту. Порядок ітерації оснований на результаті виклику `Object.values()` на об'єкті:

<div class="composition-api">

Expand Down

0 comments on commit e508419

Please sign in to comment.