vue-screen-size
Advanced tools
Comparing version 2.0.3 to 2.0.4
# CHANGELOG.md | ||
## 2.0.3 | ||
## 2.0.4 | ||
@@ -5,0 +5,0 @@ - Upgrade package to support Vue 3. Vue 2 support can be found at `v1.0.1`. |
@@ -80,3 +80,3 @@ { | ||
"unpkg": "dist/vue-screen-size.min.js", | ||
"version": "2.0.3" | ||
"version": "2.0.4" | ||
} |
@@ -5,3 +5,3 @@ import { defineConfig } from 'vite'; | ||
export default defineConfig({ | ||
base: '/vue-simple-context-menu/', // For GitHub docs support | ||
base: '/vue-screen-size/', // For GitHub docs support | ||
build: { | ||
@@ -8,0 +8,0 @@ outDir: '../docs', |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
79763