mirror of
https://github.com/element-plus/element-plus.git
synced 2024-11-21 01:02:59 +08:00
7916200ba4
* 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
10 lines
195 B
Vue
10 lines
195 B
Vue
<template>
|
|
<el-watermark
|
|
:width="130"
|
|
:height="30"
|
|
image="https://element-plus.org/images/element-plus-logo.svg"
|
|
>
|
|
<div style="height: 500px" />
|
|
</el-watermark>
|
|
</template>
|