Skip to content

Commit

Permalink
feat: code fold
Browse files Browse the repository at this point in the history
  • Loading branch information
maicss committed Nov 18, 2023
1 parent 4da1fc5 commit 6f2161f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .vitepress/theme/GiscusLayout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
<script setup lang="ts">
import { useData, useRoute, useRouter } from "vitepress";
import DefaultTheme from "vitepress/theme-without-fonts";
import { nextTick, onMounted, ref, watch } from "vue";
import { onUnmounted } from "../cache/deps/vue.js";
import { nextTick, onMounted, ref, watch, onUnmounted } from "vue";
const { Layout } = DefaultTheme;
const { page, frontmatter, isDark } = useData();
// import useFoldCode from './composables/useFoldCode'
Expand Down

0 comments on commit 6f2161f

Please sign in to comment.