mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-04 16:09:59 +00:00
fix: hydrated error of built time ago
This commit is contained in:
parent
7ef26330fb
commit
f0ed98c6ad
1 changed files with 1 additions and 1 deletions
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue