Drxco

Results 4 comments of Drxco

@IgorKha ¡Hola! Para utilizar enlaces localizados i18n con dentro de componentes secundarios como , primero necesitas asegurarte de tener configurada la internacionalización (i18n) en tu aplicación Nuxt.js. Luego, puedes usar...

```vue Inicio Acerca de import { NuxtLinkLocale } from '@nuxtjs/i18n' export default { components: { NuxtLinkLocale } } ``` @IgorKha Entonces prueba el codigo que acabo de adjuntar

Update the LandingFAQ component to properly handle and render custom slots when defined, and ensure the parent component defines these slots correctly, then test to confirm the custom content displays...

Hello!!! Have you tried managing the height and scrolling in your InputMenu using Nuxt.js?