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 6f24b1e commit 2366d01Copy full SHA for 2366d01
src/components/vue-ui-gauge.vue
@@ -583,6 +583,10 @@ defineExpose({
583
<slot name="svg" :svg="svg"/>
584
</svg>
585
586
+ <div v-if="$slots.watermark" class="vue-data-ui-watermark">
587
+ <slot name="watermark" v-bind="{ isPrinting: isPrinting || isImaging }"/>
588
+ </div>
589
+
590
<Skeleton
591
v-if="!isDataset"
592
:config="{
0 commit comments