From f8015cd532eade26420c0c3bd84862386d3f27c5 Mon Sep 17 00:00:00 2001 From: Octobug Date: Wed, 15 Nov 2023 11:49:10 +0800 Subject: [PATCH] debug: hydration mismatch --- .vitepress/theme/components/Profile.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.vitepress/theme/components/Profile.vue b/.vitepress/theme/components/Profile.vue index 8e34d98..d430a5c 100644 --- a/.vitepress/theme/components/Profile.vue +++ b/.vitepress/theme/components/Profile.vue @@ -1,5 +1,5 @@ @@ -16,8 +16,8 @@ import { useData } from "vitepress"; const { theme } = useData(); const { nickname, bio } = theme.value; -import Avatar from "./Avatar.vue"; -import ProfileExtra from "./ProfileExtra.vue"; +// import Avatar from "./Avatar.vue"; +// import ProfileExtra from "./ProfileExtra.vue";