@nuxt/schema-nightly
Advanced tools
Comparing version 3.10.0-28403219.544bc2b0 to 3.10.0-28404826.507288ad
@@ -999,2 +999,5 @@ import { TransitionProps, KeepAliveProps } from 'vue'; | ||
/** @default false */ | ||
sharedPrerenderData: boolean, | ||
defaults: { | ||
@@ -1001,0 +1004,0 @@ nuxtLink: NuxtLinkOptions, |
{ | ||
"name": "@nuxt/schema-nightly", | ||
"version": "3.10.0-28403219.544bc2b0", | ||
"version": "3.10.0-28404826.507288ad", | ||
"repository": { | ||
@@ -41,3 +41,3 @@ "type": "git", | ||
"@vitejs/plugin-vue-jsx": "3.1.0", | ||
"@vue/compiler-core": "3.4.3", | ||
"@vue/compiler-core": "3.4.4", | ||
"c12": "1.6.1", | ||
@@ -52,3 +52,3 @@ "esbuild-loader": "4.0.2", | ||
"vite": "5.0.10", | ||
"vue": "3.4.3", | ||
"vue": "3.4.4", | ||
"vue-bundle-renderer": "2.0.0", | ||
@@ -55,0 +55,0 @@ "vue-loader": "17.4.2", |
@@ -329,2 +329,5 @@ import type { ComponentsOptions } from '../src/types/components' | ||
/** @default false */ | ||
sharedPrerenderData: boolean, | ||
defaults: { | ||
@@ -331,0 +334,0 @@ nuxtLink: NuxtLinkOptions, |
@@ -111,2 +111,3 @@ { | ||
"inlineRouteRules": false, | ||
"sharedPrerenderData": false, | ||
"defaults": { | ||
@@ -113,0 +114,0 @@ "nuxtLink": { |
@@ -524,2 +524,7 @@ | ||
## `sharedPrerenderData` | ||
- **Type**: `boolean` | ||
- **Default**: `false` | ||
## `defaults` | ||
@@ -526,0 +531,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
310192
7729