pages/dashboard/components/SpecialComponent.vue used only in pages/dashboard/index.vue (I know, not recommended by default).nuxtignore we set the components folder to not generate routes with /pages/**/components/**SpecialComponent.vue in the pages/dashboard/index.vue the auto-import is lost (we need to import it in the script setup)SpecialComponent.vue in the pages/dashboard/index.vue the hot module reload is lost (any changes require project rebuild)