mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
* 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
6 lines
92 B
Vue
6 lines
92 B
Vue
<template>
|
|
<el-watermark>
|
|
<div style="height: 500px" />
|
|
</el-watermark>
|
|
</template>
|