diff --git a/docs/en-US/component/watermark.md b/docs/en-US/component/watermark.md index 2aa6245c69..45abdc52a2 100644 --- a/docs/en-US/component/watermark.md +++ b/docs/en-US/component/watermark.md @@ -74,3 +74,9 @@ watermark/custom | fontStyle | font style | ^[enum]`'none' \| 'normal' \| 'italic' \| 'oblique'` | normal | | textAlign | text align | ^[enum]`'left' \| 'right' \| 'center'\| 'start' \| 'end' ` | center | | textBaseline | text baseline | ^[enum]`'top' \| 'hanging' \| 'middle' \| 'alphabetic' \| 'ideographic' \| 'bottom'` | top | + +### Slots + +| Name | Description | +| ------- | ------------------------------ | +| default | container for adding watermark |