Skip to content

Commit

Permalink
fix: hydrated error of built time ago
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed Jan 3, 2023
1 parent 7ef2633 commit f0ed98c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/nav/NavFooter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ function toggleDark() {
</div>
<div>{{ $t('app_desc_short') }}</div>
<div>
<i18n-t keypath="nav.built_at">
<i18n-t v-if="isHydrated" keypath="nav.built_at">
<time :datetime="String(buildTimeDate)" :title="$d(buildTimeDate, 'long')">{{ buildTimeAgo }}</time>
</i18n-t>
<template v-if="buildInfo.version">
Expand Down

0 comments on commit f0ed98c

Please sign in to comment.