mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-15 01:41:20 +08:00
6 lines
132 B
Vue
6 lines
132 B
Vue
|
<template>
|
||
|
<el-watermark :content="['Element+', 'Element Plus']">
|
||
|
<div style="height: 500px" />
|
||
|
</el-watermark>
|
||
|
</template>
|