Skip to content

Commit 6ea38a5

Browse files
committed
chore: remove some debug expressions
1 parent c0d2ee2 commit 6ea38a5

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

packages/devui-vue/docs/.vitepress/devui-theme/Layout.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ const router = useRouter();
2727
// custom layout
2828
const isCustomLayout = computed(() => !!frontmatter.value.customLayout);
2929
// home
30-
console.table(frontmatter.value);
3130
const enableHome = computed(() => !!frontmatter.value.layout);
3231
3332
// automatic multilang check for AlgoliaSearchBox

packages/devui-vue/docs/.vitepress/plugins/md-transformer.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ export function MdTransformer(): Plugin {
2222
`
2323
<script setup lang="ts">
2424
const demoList = import.meta.glob('../../components/${componentName}/*.vue') ?? []
25-
console.log(demoList);
2625
`
2726
);
2827
} else {

0 commit comments

Comments
 (0)