Does this issue or improvement belongs to this:
Vetur on save converts this code;
<script>
import appHeader from './Layout/Header'
import appFooter from './Layout/Footer'
</script>
To this
<script>
import appHeader from './Layout/Header'
import appFooter from './Layout/Footer'
</script>
@mubaidr Yes I'm planning to have it before 0.7.
@octref Awesome, i was about to create a new issue for the same! Thanks. Waiting for the update.
vetur.format.styleInitialIndent and vetur.format.scriptInitialIndent are added.
Published as 0.6.9.
Awesome!
Could we have this option for the template-tag aswell?
@heeboA No.
Most helpful comment
Published as 0.6.9.