Is it Possible to Lazy load in Nuxt?
I have tried await import but I haven’t been able to get that to work
2 Replies
Have you tried the lazy prefix in your template? https://nuxt.com/docs/guide/directory-structure/components#dynamic-imports
Nuxt
components/ · Nuxt Directory Structure
The components/ directory is where you put all your Vue components.
🤩 thanks