Speed
I've noticed that when auto import for components is turned on, the hot reload is very slow. When I turn auto import off, it is much faster.
Is there any way to improve the speed of the hot reload when auto importing of components is on?
Hi. What is your nuxt version?
2.15.3
I have the same problem when components: true load very slowly, but when components: false and manually navigate, it loads quickly.
nuxt version: 2.15.4
When components: true.

When components: false.

Please resolve this issue.
@Rasool-deldar Vuetify has its own loader system similar to components module (which i would suggest track in vuetify-module). For investigation here we need a pure project using nuxt 2.15+ (that uses components v2)
I don't have an example, but experiencing the same problem after upgrading to Nuxt 2.15+ (from 2.14.12). My guess for what's happening is that custom components within custom components are loaded slower. Importing the slow-loading components manually resolves the bug.