We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7feaf58 commit cfb0940Copy full SHA for cfb0940
docs/components/global/ShowCode.vue
@@ -0,0 +1,6 @@
1
+<template>
2
+ <details>
3
+ <summary class="outline-none">Show code</summary>
4
+ <slot />
5
+ </details>
6
+</template>
0 commit comments