mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-07 09:22:27 +00:00
fix(schema): allow passing deep
to selectiveClient
This commit is contained in:
parent
0362ebf43c
commit
357f8db418
@ -190,7 +190,7 @@ export default defineUntypedSchema({
|
|||||||
*
|
*
|
||||||
* By default it is set to 'auto', which means it will be enabled only when there are islands,
|
* By default it is set to 'auto', which means it will be enabled only when there are islands,
|
||||||
* server components or server pages in your app.
|
* server components or server pages in your app.
|
||||||
* @type {true | 'auto' | 'local' | 'local+remote' | Partial<{ remoteIsland: boolean, selectiveClient: boolean }> | false}
|
* @type {true | 'auto' | 'local' | 'local+remote' | Partial<{ remoteIsland: boolean, selectiveClient: boolean | 'deep' }> | false}
|
||||||
*/
|
*/
|
||||||
componentIslands: {
|
componentIslands: {
|
||||||
$resolve: (val) => {
|
$resolve: (val) => {
|
||||||
|
Loading…
Reference in New Issue
Block a user