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

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

<style scoped module>
Expand Down

0 comments on commit 2f3c14d

Please sign in to comment.