Skip to content

Commit

Permalink
Merge pull request #10 from maicss/code-fold
Browse files Browse the repository at this point in the history
feat: code fold
  • Loading branch information
maicss authored Nov 18, 2023
2 parents e8fa155 + 6f2161f commit d468547
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 d468547

Please sign in to comment.