The ability to split Vue components into multiple (html, ts, scss) files in a single directory would be nice. I dislike the single file approach and it makes things like having nice syntax highlighting and completion more complex than it should be.
I do it like this:
https://github.com/ktsn/vue-template-loader
There's also a plugin for VSCode that let's you switch between Button.js and Button.html for example.