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 c22fded commit 8aee49aCopy full SHA for 8aee49a
packages/devui-vue/docs/.vitepress/devui-theme/composables/useToc.ts
@@ -23,7 +23,6 @@ export const resolveHeaders = (_headers: PageData['headers']) => {
23
24
let headers = Array<Header>();
25
_headers.forEach((h: Header) => {
26
- console.log(h, h.level);
27
if (h.level === 2) {
28
headers.push(h);
29
h.children.forEach((h: Header) => {
0 commit comments