Skip to content

Commit

Permalink
fix(theme): doc changelog mismatch (#413)
Browse files Browse the repository at this point in the history
  • Loading branch information
pengzhanbo authored Jan 5, 2025
1 parent 756cc54 commit 1db995c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions theme/src/client/components/VPDocChangelog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const hasChangelog = computed(() =>
<VPLink :href="item.tagUrl" no-icon class="release-tag">
<code>{{ item.tag }}</code>
</VPLink>
<span class="datetime">{{ theme.changelogOnText }} {{ item.datetime }}</span>
<span class="datetime" data-allow-mismatch>{{ theme.changelogOnText }} {{ item.datetime }}</span>
</div>
</li>
<li v-else class="changelog commit">
Expand All @@ -55,7 +55,7 @@ const hasChangelog = computed(() =>
</div>
<div>
<p class="message" v-html="item.message" />
<span class="datetime">{{ theme.changelogOnText }} {{ item.datetime }}</span>
<span class="datetime" data-allow-mismatch>{{ theme.changelogOnText }} {{ item.datetime }}</span>
</div>
</li>
</template>
Expand Down

0 comments on commit 1db995c

Please sign in to comment.