Why are then Vue components written in .vue files and compiled to Javascript then? ;)
.vue files are there for simple single file components[2].
[1]: https://jsfiddle.net/yyx990803/y91wy85p/?utm_source=website&...
[2]: https://vuejs.org/v2/guide/single-file-components.html
Why are then Vue components written in .vue files and compiled to Javascript then? ;)