From a430ec3ca50fc30ec05c7855203559d462ff8fe7 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.vitepress/theme/components/Profile.vue b/.vitepress/theme/components/Profile.vue index 8e34d98..56c5707 100644 --- a/.vitepress/theme/components/Profile.vue +++ b/.vitepress/theme/components/Profile.vue @@ -8,7 +8,7 @@ {{ bio }}

- + @@ -17,7 +17,7 @@ import { useData } from "vitepress"; const { theme } = useData(); const { nickname, bio } = theme.value; import Avatar from "./Avatar.vue"; -import ProfileExtra from "./ProfileExtra.vue"; +// import ProfileExtra from "./ProfileExtra.vue";