Skip to content

Commit 3cbac00

Browse files
authored
Update code-demo.md
1 parent 48c1876 commit 3cbac00

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

site/.vitepress/components/code-demo.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@
1919
</ClientOnly>
2020

2121
::: details {{i18n.showCode}}
22-
<div v-html="sourceCode.markdown"></div>
22+
<ClientOnly>
23+
<div v-html="sourceCode.markdown"></div>
24+
</ClientOnly>
2325
:::
2426

2527
<script setup lang="ts">

0 commit comments

Comments
 (0)