Files
element-plus/docs/examples/watermark/basic.vue
刘臻 7916200ba4 feat(components): watermark component (#14236)
* feat(components): watermark component

be able to set text,multi-text,image as watermark

* docs(components): update image watermark example

update the image for dark mode
2023-10-10 17:42:22 +08:00

6 lines
92 B
Vue

<template>
<el-watermark>
<div style="height: 500px" />
</el-watermark>
</template>