Skip to content

Conversation

citrus
Copy link

@citrus citrus commented Aug 12, 2024

πŸ”— Linked issue / Discussion

This change removes the duplicated .vue extension when creating a component and using a name with an extension.

❓ Type of change

  • πŸ“– Documentation (updates to the documentation, readme or JSdoc annotations)
  • 🐞 Bug fix (a non-breaking change that fixes an issue)
  • πŸ‘Œ Enhancement (improving an existing functionality like performance)
  • ✨ New feature (a non-breaking change that adds functionality)
  • 🧹 Chore (updates to the build process or auxiliary tools and libraries)
  • ⚠️ Breaking change (fix or feature that would cause existing functionality to change)

πŸ“š Description

When creating a new component named MyComponent.vue, Nuxtr would create a file named MyComponent.vue.vue. This PR normalizes the file name before creating the component, removing the duplicate extension.

πŸ“ Checklist

  • I have linked an issue or discussion.
  • I have updated the documentation accordingly.

@citrus
Copy link
Author

citrus commented Aug 28, 2024

Is this a useful PR?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant