Skip to content

Commit 30f8c5b

Browse files
committed
Improvement - VueUiChestnut - Add watermark slot
1 parent 048aa30 commit 30f8c5b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/components/vue-ui-chestnut.vue

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1055,6 +1055,10 @@ defineExpose({
10551055
<slot name="svg" :svg="svg"/>
10561056
</svg>
10571057

1058+
<div v-if="$slots.watermark" class="vue-data-ui-watermark">
1059+
<slot name="watermark" v-bind="{ isPrinting: isPrinting || isImaging }"/>
1060+
</div>
1061+
10581062
<Skeleton
10591063
v-if="!isDataset"
10601064
:config="{

0 commit comments

Comments
 (0)