Skip to content

Commit 34ba4fd

Browse files
committed
Revert "chores"
This reverts commit f174a9a.
1 parent f174a9a commit 34ba4fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/.vitepress/theme/components/Contents.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const { chapter_data = [{ text: "", link: "" }], root = true } = defineProps<{
1515
const { site } = useData();
1616
const base = site.value.base;
1717
18-
// console.log("chapter_data", chapter_data);
18+
console.log("chapter_data", chapter_data);
1919
2020
// 过滤
2121
const items: ChapterItem[] = chapter_data.filter((sub) => {

0 commit comments

Comments
 (0)