In this lesson, let’s take a look at how Nuxt generates component names based on folder structure and how that name is now normalized even for the exclude
and include
options of keep alive in Nuxt 4. The same normalization also happens now when searching for components in the devtools and when using findComponent in unit tests.
Links