I am currently using nativescript-vue , I need colSpan and rowSpan tags to stay as the way it is.
rowSpan="2"
is turned into rowspan="2"
by Vetur code formater.
Prettier does not correct cases but Vetur does.
As outlined here, you should change Vetur's default HTML formatter from prettyhtml
to prettier
.