index.vue components in a subfolder of the components folder be recognized as a component with the folder's name? Let's say I have the following structure:form.vue component will be <FormForm>. I could place the form.vue component outside of the form folder, but it would defeat the point of organizing them. What I'm looking to have is to change the name of form.vue to index.vue and have that component be recognised as <Form> when auto-importing.components property, but I don't see the option to rewrite the name dynamically.