When creating a new Vue project with jsx/tsx, should the example .vue files use corresponding .jsx/.tsx files by default instead?
E.g. instead of App.vue, it would use App.jsx|tsx.
I would be happy to submit a PR for this. The only question would be what strategy to use for styles.
When creating a new Vue project with jsx/tsx, should the example
.vuefiles use corresponding.jsx/.tsxfiles by default instead?E.g. instead of
App.vue, it would useApp.jsx|tsx.I would be happy to submit a PR for this. The only question would be what strategy to use for styles.