Skip to content

Commit d8a313b

Browse files
atinuxbenjamincanac
authored andcommitted
docs(changelog-versions): fix typo in usage code example (#5304)
1 parent a8f2156 commit d8a313b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/docs/2.components/changelog-versions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The ChangelogVersions component provides a flexible layout to display a list of
1818
<UChangelogVersion
1919
v-for="(version, index) in versions"
2020
:key="index"
21-
v-bind="post"
21+
v-bind="version"
2222
/>
2323
</UChangelogVersions>
2424
</template>

0 commit comments

Comments
 (0)