fix(docs): remove hardcoded condition in Home.vue (#877)

This commit is contained in:
Lovehsigure_520
2026-01-05 16:34:26 +08:00
committed by GitHub
parent e64aa19e4c
commit 9fd3005c5a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -113,7 +113,7 @@ watchEffect((onCleanup) => {
<div i-twemoji:jack-o-lantern />Happy Halloween!<div i-twemoji:jack-o-lantern />
</div>
<div
v-if="true || isBetweenChristmasAndHalfOfJanuary(new Date())"
v-if="isBetweenChristmasAndHalfOfJanuary(new Date())"
:class="[
'w-fit',
'flex items-center gap-2',