@nuxt/schema-nightly
Advanced tools
Comparing version 3.8.1-28321031.38b6d88c to 3.8.2-28321205.d8674b99
{ | ||
"name": "@nuxt/schema-nightly", | ||
"version": "3.8.1-28321031.38b6d88c", | ||
"version": "3.8.2-28321205.d8674b99", | ||
"repository": "nuxt/nuxt", | ||
@@ -33,6 +33,6 @@ "description": "Nuxt types and default configuration", | ||
"@types/sass-loader": "8.0.7", | ||
"@unhead/schema": "1.8.2", | ||
"@unhead/schema": "1.8.3", | ||
"@vitejs/plugin-vue": "4.4.0", | ||
"@vitejs/plugin-vue-jsx": "3.0.2", | ||
"@vue/compiler-core": "3.3.7", | ||
"@vue/compiler-core": "3.3.8", | ||
"c12": "1.5.1", | ||
@@ -47,3 +47,3 @@ "esbuild-loader": "4.0.2", | ||
"vite": "4.5.0", | ||
"vue": "3.3.7", | ||
"vue": "3.3.8", | ||
"vue-bundle-renderer": "2.0.0", | ||
@@ -50,0 +50,0 @@ "vue-loader": "17.3.1", |
@@ -366,3 +366,6 @@ { | ||
"router": { | ||
"options": {} | ||
"options": { | ||
"hashMode": false, | ||
"scrollBehaviorType": "auto" | ||
} | ||
}, | ||
@@ -369,0 +372,0 @@ "webpack": { |
@@ -656,6 +656,13 @@ | ||
## `options` | ||
- **Type**: `SrcTypesRouterRouterConfigSerializable` | ||
- **Default**: `{}` | ||
### `hashMode` | ||
- **Type**: `SrcTypesRouterRouterConfigSerializable['hashMode']` | ||
- **Default**: `false` | ||
### `scrollBehaviorType` | ||
- **Type**: `SrcTypesRouterRouterConfigSerializable['scrollBehaviorType']` | ||
- **Default**: `"auto"` | ||
# `typescript` | ||
@@ -662,0 +669,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
307371
7613