mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-18 17:35:57 +00:00
fix(nuxt): skip check for <NuxtLayout>
usage in islands (#24529)
This commit is contained in:
parent
7664d1d457
commit
bfe9161d27
@ -17,5 +17,8 @@ export default defineNuxtPlugin({
|
|||||||
} else {
|
} else {
|
||||||
onNuxtReady(checkIfLayoutUsed)
|
onNuxtReady(checkIfLayoutUsed)
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
env: {
|
||||||
|
islands: false
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user