From 44d582d50dabf49cb775fc10dede8f053782707e Mon Sep 17 00:00:00 2001 From: HoshinoSuzumi Date: Mon, 18 Nov 2024 02:28:57 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fixed=3F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .playground/components/DocExampleBlock.vue | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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({