@work-zhanguo/light-file-preview 0.0.3 → 0.0.4

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 (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@work-zhanguo/light-file-preview",
3
- "version": "0.0.3",
3
+ "version": "0.0.4",
4
4
  "description": "轻量级通用文件预览组件,支持 Vue3、Vue2 适配与独立产物嵌入。",
5
5
  "type": "module",
6
6
  "main": "./dist/light-file-preview.umd.cjs",
@@ -44,7 +44,7 @@
44
44
  "author": "",
45
45
  "license": "MIT",
46
46
  "peerDependencies": {
47
- "vue": "^3.5.0"
47
+ "vue": "^2.6.0 || ^3.5.0"
48
48
  },
49
49
  "peerDependenciesMeta": {
50
50
  "vue": {