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 610d869 commit 8ebc54fCopy full SHA for 8ebc54f
src/components/vue-ui-donut.vue
@@ -831,6 +831,10 @@ defineExpose({
831
<slot name="svg" :svg="svg"/>
832
</svg>
833
834
+ <div v-if="$slots.watermark" class="vue-data-ui-watermark">
835
+ <slot name="watermark" v-bind="{ isPrinting: isPrinting || isImaging }"/>
836
+ </div>
837
+
838
<Skeleton
839
v-if="!isDataset"
840
:config="{
0 commit comments