David
David
NNuxt
Created by David on 10/27/2024 in #❓・help
How do we use nuxt/fonts with local otf files ?
But I said that I use nuxt/fonts module
6 replies
NNuxt
Created by David on 6/9/2024 in #❓・help
UseRoute within middleware (nuxt content)
I have found on the an issue that says it is because I do not have index.md for the route but I have not need this
6 replies
NNuxt
Created by David on 6/9/2024 in #❓・help
UseRoute within middleware (nuxt content)
I have just one middleware :
export default defineNuxtRouteMiddleware((to) => {
if (to.path === '/docs') {
return navigateTo('/docs/getting-started')
}
})
export default defineNuxtRouteMiddleware((to) => {
if (to.path === '/docs') {
return navigateTo('/docs/getting-started')
}
})
But the page at / is not concerned by this middleware
6 replies
NNuxt
Created by David on 6/4/2024 in #❓・help
[Content Module]: Infinite page loading when using ProseUl with documentDriven set to true
7 replies
NNuxt
Created by David on 6/4/2024 in #❓・help
[Content Module]: Infinite page loading when using ProseUl with documentDriven set to true
No description
7 replies
NNuxt
Created by David on 6/4/2024 in #❓・help
[Content Module]: Infinite page loading when using ProseUl with documentDriven set to true
No
7 replies
NNuxt
Created by David on 6/4/2024 in #❓・help
[Content Module]: Infinite page loading when using ProseUl with documentDriven set to true
In the reproduction there is no nuxt-icon module and I still have the infinite loading
7 replies
NNuxt
Created by David on 4/3/2024 in #❓・help
[Vue warn]: Component inside <Transition> renders non-element root node that cannot be animated.
14 replies
NNuxt
Created by David on 4/3/2024 in #❓・help
[Vue warn]: Component inside <Transition> renders non-element root node that cannot be animated.
👍
14 replies
NNuxt
Created by David on 4/3/2024 in #❓・help
[Vue warn]: Component inside <Transition> renders non-element root node that cannot be animated.
So there is no solutions @L422Y ?
14 replies
NNuxt
Created by David on 4/3/2024 in #❓・help
[Vue warn]: Component inside <Transition> renders non-element root node that cannot be animated.
:usefetchwrong: :vue:
14 replies
NNuxt
Created by David on 4/3/2024 in #❓・help
[Vue warn]: Component inside <Transition> renders non-element root node that cannot be animated.
14 replies
NNuxt
Created by David on 4/3/2024 in #❓・help
[Vue warn]: Component inside <Transition> renders non-element root node that cannot be animated.
Ok I will do it
14 replies
NNuxt
Created by David on 4/3/2024 in #❓・help
[Vue warn]: Component inside <Transition> renders non-element root node that cannot be animated.
So what does it mean ?
14 replies
NNuxt
Created by David on 4/3/2024 in #❓・help
[Vue warn]: Component inside <Transition> renders non-element root node that cannot be animated.
But in the radix-vue documentation it says forceMount (on ComboboxPortal) Used to force mounting when more control is needed. Useful when controlling animation with Vue animation libraries.
14 replies
NNuxt
Created by David on 4/3/2024 in #❓・help
[Vue warn]: Component inside <Transition> renders non-element root node that cannot be animated.
But the transition will not work because there is no v-if
14 replies
NNuxt
Created by David on 4/3/2024 in #❓・help
[Vue warn]: Component inside <Transition> renders non-element root node that cannot be animated.
Oh ok it works, but the documentation of radix-vue is blured
14 replies
NNuxt
Created by David on 4/3/2024 in #❓・help
[Vue warn]: Component inside <Transition> renders non-element root node that cannot be animated.
?
14 replies