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 2366d01 commit be1f667Copy full SHA for be1f667
src/components/vue-ui-galaxy.vue
@@ -499,6 +499,10 @@ defineExpose({
499
<slot name="svg" :svg="svg"/>
500
</svg>
501
502
+ <div v-if="$slots.watermark" class="vue-data-ui-watermark">
503
+ <slot name="watermark" v-bind="{ isPrinting: isPrinting || isImaging }"/>
504
+ </div>
505
+
506
<Skeleton
507
v-if="!isDataset"
508
:config="{
0 commit comments