We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8f2156 commit d8a313bCopy full SHA for d8a313b
docs/content/docs/2.components/changelog-versions.md
@@ -18,7 +18,7 @@ The ChangelogVersions component provides a flexible layout to display a list of
18
<UChangelogVersion
19
v-for="(version, index) in versions"
20
:key="index"
21
- v-bind="post"
+ v-bind="version"
22
/>
23
</UChangelogVersions>
24
</template>
0 commit comments