Skip to content

Commit 610d869

Browse files
committed
Improvement - VueUiDumbbell - Add watermark slot
1 parent 0b30a45 commit 610d869

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/components/vue-ui-dumbbell.vue

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -628,6 +628,10 @@ defineExpose({
628628
<slot name="svg" :svg="drawingArea"/>
629629
</svg>
630630

631+
<div v-if="$slots.watermark" class="vue-data-ui-watermark">
632+
<slot name="watermark" v-bind="{ isPrinting: isPrinting || isImaging }"/>
633+
</div>
634+
631635
<Skeleton
632636
v-if="!isDataset"
633637
:config="{

0 commit comments

Comments
 (0)