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 0b30a45 commit 610d869Copy full SHA for 610d869
src/components/vue-ui-dumbbell.vue
@@ -628,6 +628,10 @@ defineExpose({
628
<slot name="svg" :svg="drawingArea"/>
629
</svg>
630
631
+ <div v-if="$slots.watermark" class="vue-data-ui-watermark">
632
+ <slot name="watermark" v-bind="{ isPrinting: isPrinting || isImaging }"/>
633
+ </div>
634
+
635
<Skeleton
636
v-if="!isDataset"
637
:config="{
0 commit comments