We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c498bb4 commit 48ef16aCopy full SHA for 48ef16a
src/components/vue-ui-age-pyramid.vue
@@ -632,6 +632,10 @@ defineExpose({
632
<slot name="svg" :svg="svg"/>
633
</svg>
634
635
+ <div v-if="$slots.watermark" class="vue-data-ui-watermark">
636
+ <slot name="watermark" v-bind="{ isPrinting: isPrinting || isImaging }"/>
637
+ </div>
638
+
639
<Skeleton
640
v-if="!isDataset"
641
:config="{
0 commit comments