Skip to content

v-waterMarker

Function Introduction

Add custom watermark

Example

Usage

typescript
<template>
  <div
    v-waterMarker="{
      text:'Leostar copyright',
      textColor:'rgba(180, 180, 180, 0.4)'
    }"
  ></div>
</template>

Released under the MIT License.