w-vue3-watermark 1.0.9 → 1.0.10

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 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -32,7 +32,7 @@ createApp(App).use(watermark).mount('xxxx')
32
32
  :shadowOffsetY="阴影垂直偏移"
33
33
  :shadowBlur="阴影模糊半径"
34
34
  />
35
-
35
+ ```
36
36
  # 参数默认值说明
37
37
  | 字段 | 解释 | 默认值 | 类型 |
38
38
  | -------------- | -------------- | --------------------- | -------------- |
@@ -47,4 +47,3 @@ createApp(App).use(watermark).mount('xxxx')
47
47
  | shadowOffsetX | 阴影水平偏移 | 1.5 | number |
48
48
  | shadowOffsetY | 阴影垂直偏移 | 1.5 | number |
49
49
  | shadowBlur | 阴影模糊半径 | 0 | number |
50
- ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "w-vue3-watermark",
3
- "version": "1.0.9",
3
+ "version": "1.0.10",
4
4
  "description": "vue3 水印组件",
5
5
  "main": "watermark.common.js",
6
6
  "scripts": {