@pansy/vue-watermark
TypeScript icon, indicating that this package has built-in type declarations

1.2.0 • Public • Published

@pansy/vue-watermark

🏗 安装

# npm install
$ npm install @pansy/vue-watermark --save

# yarn install
$ yarn add @pansy/vue-watermark

🔨 使用

<template>
  <Watermark :options="options">
    <!-- your code -->
  </Watermark>
</template>

<script>
import { Watermark } from '@pansy/vue-watermark';
export default {
  components: {
    Watermark,
  },
  data() {
   return {
     options: {
       text: '测试水印',
     }
   }
  }
};
</script>

Readme

Keywords

none

Package Sidebar

Install

npm i @pansy/vue-watermark

Weekly Downloads

31

Version

1.2.0

License

MIT

Unpacked Size

14.6 kB

Total Files

7

Last publish

Collaborators

  • wangxingkang