h-water-mark

0.0.2 • Public • Published

组件初始化模版

demo演示

:::demo

  <template>
    <div :style="sty" v-hWaterMark></div>
  </template>
  <script>
  export default {
    data() {
      return {
         sty:{
          'display': 'inline-block',
          'width': '300px',
          'white-space': 'nowrap',
          'overflow': 'hidden',
          'text-overflow': 'ellipsis',
         },
      }
    },
    methods: {
    },
    mounted () {
    }
  };
  </script>

:::

参数说明

transparency : 透明度 number
text : 水印文本 string

Readme

Keywords

none

Package Sidebar

Install

npm i h-water-mark

Weekly Downloads

1

Version

0.0.2

License

ISC

Unpacked Size

5.16 kB

Total Files

4

Last publish

Collaborators

  • zhou-cs