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 463b748 commit bbf4d79Copy full SHA for bbf4d79
src/plugin/VCodeBlock.vue
@@ -20,7 +20,14 @@
20
:style="tabGroupStyle"
21
>
22
<template v-if="slots.tabs">
23
- <slot name="tabs" />
+ <slot
24
+ name="tabs"
25
+ v-bind="{
26
+ copyCode,
27
+ copyStatus,
28
+ runCode,
29
+ }"
30
+ />
31
</template>
32
<template v-else>
33
<!-- ======================================== Copy Code Tab/Button -->
0 commit comments