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 9e0075d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vitepress/theme/pages/Home.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<div :class="$style.column">
<div :class="$style.aside">
<Profile />
<!-- <Profile /> -->
</div>
<div :class="$style.homefeed">
<HomeFeed />
Expand All @@ -10,7 +10,7 @@
</template>

<script lang="ts" setup>
import Profile from "../components/Profile.vue";
// import Profile from "../components/Profile.vue";
import HomeFeed from "../components/HomeFeed.vue";
</script>

Expand Down

0 comments on commit 9e0075d

Please sign in to comment.