diff --git a/.playground/components/DocExampleBlock.vue b/.playground/components/DocExampleBlock.vue index b6e62e4..d3364cc 100644 --- a/.playground/components/DocExampleBlock.vue +++ b/.playground/components/DocExampleBlock.vue @@ -37,7 +37,7 @@ const codeSlotContent = computed(() => { // remove the minimum indent from each line const stringContent = contentLines.map(line => line.slice(minIndent)).join('\n'); - + return stringContent; } return ''; @@ -72,9 +72,7 @@ defineProps({