/*! For license information please see 6822.2b173a22.js.LICENSE.txt */ (self.webpackChunk=self.webpackChunk||[]).push([["6822"],{39534:function(t,a,s){"use strict";s.r(a);var n=s("80681");let e=["innerHTML"];a.default={setup:()=>({html:""}),render:()=>((0,n.wg)(),(0,n.iD)("div",{class:"van-doc-markdown-body",innerHTML:'

Watermark

\n

Intro

\n

Add specific text or patterns on the page as watermarks, which can be used to prevent information theft. Please upgrade vant to >= v4.2.0 before using this component.

\n

Install

\n

Register component globally via app.use, refer to Component Registration for more registration ways.

\n
import { createApp } from 'vue';\nimport { Watermark } from 'vant';\n\nconst app = createApp();\napp.use(Watermark);\n
\n

Usage

\n

Text Watermark

\n

Use the content prop to set the text of the watermark.

\n
<van-watermark content="Vant" />\n
\n

Image Watermark

\n

Use the image prop to set the watermark image, and use opacity prop to adjust the transparency of the watermark.

\n
<van-watermark\n  image="https://fastly.jsdelivr.net/npm/@vant/assets/vant-watermark.png"\n  opacity="0.2"\n/>\n
\n

Custom Gap

\n

Use gap-x gap-y prop to control the gap between watermark items.

\n
<van-watermark\n  image="https://fastly.jsdelivr.net/npm/@vant/assets/vant-watermark.png"\n  :gap-x="30"\n  :gap-y="10"\n  opacity="0.2"\n/>\n
\n

Custom Rotate

\n

Use rotate prop to control the rotate of watermark. The default value is -22.

\n
<van-watermark\n  image="https://fastly.jsdelivr.net/npm/@vant/assets/vant-watermark.png"\n  rotate="22"\n  opacity="0.2"\n/>\n
\n

Display Range

\n

Use the full-page prop to control the display range of the watermark.

\n
<van-watermark\n  image="https://fastly.jsdelivr.net/npm/@vant/assets/vant-watermark.png"\n  opacity="0.2"\n  :full-page="true"\n/>\n
\n

HTML Watermark

\n

Use the content slot to pass HTML as watermark. Only supports inline styles, and self-closing tags are not supported.

\n
<van-watermark :width="150">\n  <template #content>\n    <div style="background: linear-gradient(45deg, #000 0, #000 50%, #fff 50%)">\n      <p style="mix-blend-mode: difference; color: #fff">Vant watermark</p>\n    </div>\n  </template>\n</van-watermark>\n
\n

API

\n

Props

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
AttributeDescriptionTypeDefault
widthWatermark widthnumber100
heightWatermark heightnumber100
z-indexWatermark\'s z-indexnumber | string100
contentText watermark contentstring-
imageImage watermark content. If content and image are passed at the same time, use the image watermark firststring-
rotateWatermark rotation anglenumber | string-22
full-pageWhether to display the watermark in full screenbooleantrue
gap-xHorizontal spacing between watermarksnumber0
gap-yVertical spacing between watermarksnumber0
text-colorColor of text watermarkstring#dcdee0
opacityOpacity of watermarknumber | string-
\n

Slots

\n\n\n\n\n\n\n\n\n\n\n\n\n\n
AttributeDescription
contentContent of HTML watermark. Only supports inline styles, and self-closing tags are not supported. The priority is higher than content or image props
\n

Types

\n

The component exports the following type definitions:

\n
import type { WaterProps } from 'vant';\n
\n

Theming

\n

CSS Variables

\n

The component provides the following CSS variables, which can be used to customize styles. Please refer to ConfigProvider component.

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
NameDefault ValueDescription
--van-watermark-z-index100z-index of root element
\n
'},null,8,e))}}}]);