Skip to content

Commit 2053725

Browse files
authored
Fixed error in docs of List Rendering (#2929)
1 parent 433d4be commit 2053725

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
@@ -134,7 +134,7 @@ You can also use `of` as the delimiter instead of `in`, so that it is closer to
134134

135135
## `v-for` with an Object {#v-for-with-an-object}
136136

137-
You can also use `v-for` to iterate through the properties of an object. The iteration order will be based on the result of calling `Object.keys()` on the object:
137+
You can also use `v-for` to iterate through the properties of an object. The iteration order will be based on the result of calling `Object.values()` on the object:
138138

139139
<div class="composition-api">
140140

0 commit comments

Comments
 (0)