Skip to content

Commit 048aa30

Browse files
committed
Improvement - VueUiDonutEvolution - Add watermark slot
1 parent 8ebc54f commit 048aa30

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/components/vue-ui-donut-evolution.vue

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -849,6 +849,10 @@ defineExpose({
849849
<slot name="svg" :svg="svg"/>
850850
</svg>
851851
852+
<div v-if="$slots.watermark" class="vue-data-ui-watermark">
853+
<slot name="watermark" v-bind="{ isPrinting: isPrinting || isImaging }"/>
854+
</div>
855+
852856
<Skeleton
853857
v-if="!isDataset"
854858
:config="{

0 commit comments

Comments
 (0)