We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f174a9a commit 34ba4fdCopy full SHA for 34ba4fd
docs/.vitepress/theme/components/Contents.vue
@@ -15,7 +15,7 @@ const { chapter_data = [{ text: "", link: "" }], root = true } = defineProps<{
15
const { site } = useData();
16
const base = site.value.base;
17
18
-// console.log("chapter_data", chapter_data);
+console.log("chapter_data", chapter_data);
19
20
// 过滤
21
const items: ChapterItem[] = chapter_data.filter((sub) => {
0 commit comments