Skip to content

Commit c498bb4

Browse files
committed
Improvement - VueUiCandlestick - Add watermark slot
1 parent 30f8c5b commit c498bb4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/components/vue-ui-candlestick.vue

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -681,6 +681,10 @@ defineExpose({
681681
<slot name="svg" :svg="svg"/>
682682
</svg>
683683

684+
<div v-if="$slots.watermark" class="vue-data-ui-watermark">
685+
<slot name="watermark" v-bind="{ isPrinting: isPrinting || isImaging }"/>
686+
</div>
687+
684688
<Skeleton
685689
v-if="!isDataset"
686690
:config="{

0 commit comments

Comments
 (0)