Skip to content

Commit 48ef16a

Browse files
committed
Improvement - VueUi3dBar - Add watermark slot
1 parent c498bb4 commit 48ef16a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/components/vue-ui-age-pyramid.vue

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -632,6 +632,10 @@ defineExpose({
632632
<slot name="svg" :svg="svg"/>
633633
</svg>
634634

635+
<div v-if="$slots.watermark" class="vue-data-ui-watermark">
636+
<slot name="watermark" v-bind="{ isPrinting: isPrinting || isImaging }"/>
637+
</div>
638+
635639
<Skeleton
636640
v-if="!isDataset"
637641
:config="{

0 commit comments

Comments
 (0)