w-vue3-watermark 1.0.11 → 1.0.12

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 +2 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -33,7 +33,9 @@ createApp(App).use(watermark).mount('xxxx')
33
33
  :shadowBlur="阴影模糊半径"
34
34
  />
35
35
  ```
36
+
36
37
  ## 参数默认值说明
38
+
37
39
  | 字段 | 解释 | 默认值 | 类型 |
38
40
  | -------------- | -------------- | --------------------- | -------------- |
39
41
  | waterName | 水印内容 | - | [string, array]|
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "w-vue3-watermark",
3
- "version": "1.0.11",
3
+ "version": "1.0.12",
4
4
  "description": "vue3 水印组件",
5
5
  "main": "watermark.common.js",
6
6
  "scripts": {