w-vue3-watermark 1.0.14 → 1.0.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -27,6 +27,7 @@ createApp(App).use(watermark).mount('xxxx')
27
27
  :waterRotate="水印倾斜角度"
28
28
  :waterFontFamily="水印字体"
29
29
  :waterFontColor="水印字体颜色"
30
+ :waterTextAlign="水印对齐方式"
30
31
  :shadowColor="水印阴影颜色"
31
32
  :shadowOffsetX="阴影水平偏移"
32
33
  :shadowOffsetY="阴影垂直偏移"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "w-vue3-watermark",
3
- "version": "1.0.14",
3
+ "version": "1.0.15",
4
4
  "description": "vue3 水印组件",
5
5
  "main": "watermark.common.js",
6
6
  "scripts": {