Skip to content

Commit b60af77

Browse files
committed
docs: hide playground button for individual files in multi-file examples
1 parent ea5a429 commit b60af77

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/docs/src/components/docs/DocsExample.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,7 @@
321321
:code="f.code"
322322
:file-name="f.name"
323323
:language="f.language || f.name.split('.').pop() || 'text'"
324+
:show-playground="false"
324325
:title="f.name"
325326
/>
326327
</Tabs.Panel>

0 commit comments

Comments
 (0)