We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
When creating a new Vue project with jsx/tsx, should the example .vue files use corresponding .jsx/.tsx files by default instead?
.vue
.jsx
.tsx
E.g. instead of App.vue, it would use App.jsx|tsx.
App.vue
App.jsx|tsx
I would be happy to submit a PR for this. The only question would be what strategy to use for styles.