Skip to content

Commit

Permalink
debug: hydration mismatch
Browse files Browse the repository at this point in the history
  • Loading branch information
Octobug committed Nov 15, 2023
1 parent e7a0f63 commit a430ec3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vitepress/theme/components/Profile.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<span :class="$style.dot">•</span>
<span>{{ bio }}</span>
</p>
<ProfileExtra />
<!-- <ProfileExtra /> -->
</div>
</template>

Expand All @@ -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";
</script>

<style scoped module>
Expand Down

0 comments on commit a430ec3

Please sign in to comment.