mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-18 17:35:57 +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,
|
||||
* 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: {
|
||||
$resolve: (val) => {
|
||||
|
Loading…
Reference in New Issue
Block a user