@vuepress/client
Advanced tools
Comparing version 2.0.0-rc.13 to 2.0.0-rc.14
@@ -15,3 +15,3 @@ import { | ||
withBase | ||
} from "./chunk-ZQJPP2LC.js"; | ||
} from "./chunk-YRXAAVF4.js"; | ||
@@ -53,6 +53,4 @@ // src/app.ts | ||
scrollBehavior: (to, _from, savedPosition) => { | ||
if (savedPosition) | ||
return savedPosition; | ||
if (to.hash) | ||
return { el: to.hash }; | ||
if (savedPosition) return savedPosition; | ||
if (to.hash) return { el: to.hash }; | ||
return { top: 0 }; | ||
@@ -299,3 +297,3 @@ } | ||
if (__VUEPRESS_DEV__ || __VUE_PROD_DEVTOOLS__) { | ||
const { setupDevtools } = await import("./setupDevtools-H6KAGBNI.js"); | ||
const { setupDevtools } = await import("./setupDevtools-HHDGOOYC.js"); | ||
setupDevtools(app, globalComputed); | ||
@@ -302,0 +300,0 @@ } |
@@ -31,3 +31,3 @@ import { | ||
withBase | ||
} from "./chunk-ZQJPP2LC.js"; | ||
} from "./chunk-YRXAAVF4.js"; | ||
export { | ||
@@ -34,0 +34,0 @@ AutoLink, |
{ | ||
"name": "@vuepress/client", | ||
"version": "2.0.0-rc.13", | ||
"version": "2.0.0-rc.14", | ||
"description": "Client package of VuePress", | ||
@@ -36,6 +36,6 @@ "keywords": [ | ||
"dependencies": { | ||
"@vue/devtools-api": "^6.6.1", | ||
"vue": "^3.4.27", | ||
"vue-router": "^4.3.2", | ||
"@vuepress/shared": "2.0.0-rc.13" | ||
"@vue/devtools-api": "^6.6.3", | ||
"vue": "^3.4.29", | ||
"vue-router": "^4.3.3", | ||
"@vuepress/shared": "2.0.0-rc.14" | ||
}, | ||
@@ -42,0 +42,0 @@ "publishConfig": { |
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
40724
1193
+ Added@vuepress/shared@2.0.0-rc.14(transitive)
- Removed@vuepress/shared@2.0.0-rc.13(transitive)
Updated@vue/devtools-api@^6.6.3
Updated@vuepress/shared@2.0.0-rc.14
Updatedvue@^3.4.29
Updatedvue-router@^4.3.3