docs(app): improve framework hydration (#2780)

Co-authored-by: Sébastien Chopin <seb@nuxt.com>
This commit is contained in:
Benjamin Canac
2024-11-26 18:23:26 +01:00
committed by GitHub
parent 15ca2f5701
commit e7995e7a0b
7 changed files with 78 additions and 21 deletions

View File

@@ -167,4 +167,11 @@ provide('navigation', filteredNavigation)
:root {
--ui-container: var(--container-8xl);
}
html[data-framework="nuxt"] .vue-only {
display: none;
}
html[data-framework="vue"] .nuxt-only {
display: none;
}
</style>