mirror of
https://github.com/element-plus/element-plus.git
synced 2025-03-07 15:47:57 +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
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>
|