Skip to content

Commit be1f667

Browse files
committed
Improvement - VueUiGalaxy - Add watermark slot
1 parent 2366d01 commit be1f667

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/components/vue-ui-galaxy.vue

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -499,6 +499,10 @@ defineExpose({
499499
<slot name="svg" :svg="svg"/>
500500
</svg>
501501

502+
<div v-if="$slots.watermark" class="vue-data-ui-watermark">
503+
<slot name="watermark" v-bind="{ isPrinting: isPrinting || isImaging }"/>
504+
</div>
505+
502506
<Skeleton
503507
v-if="!isDataset"
504508
:config="{

0 commit comments

Comments
 (0)