vue3-auto-scale 1.0.0 → 1.0.3

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vue3-auto-scale",
3
- "version": "1.0.0",
3
+ "version": "1.0.3",
4
4
  "description": "Vue 3 大屏自适应缩放工具,基于 transform: scale 实现像素级还原",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",
@@ -31,4 +31,4 @@
31
31
  "typescript": "^5.0.0",
32
32
  "vite": "^4.0.0"
33
33
  }
34
- }
34
+ }
File without changes
File without changes