Skip to content

Commit bab3665

Browse files
committed
Improvement - VueUiAgePyramid - Add watermark slot
1 parent 48ef16a commit bab3665

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/components/vue-ui-3d-bar.vue

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -848,6 +848,10 @@ defineExpose({
848848
<slot name="svg" :svg="svg"/>
849849
</svg>
850850

851+
<div v-if="$slots.watermark" class="vue-data-ui-watermark">
852+
<slot name="watermark" v-bind="{ isPrinting: isPrinting || isImaging }"/>
853+
</div>
854+
851855
<Skeleton
852856
v-if="!isDataset"
853857
:config="{

0 commit comments

Comments
 (0)