When I execute a Format Document command on a Vue Component.vue file VSCode replace all single quoted string with double quoted string.
Format Document
In my specific case
I added file called .prettierrc in my project folder. File content:
.prettierrc
{ "singleQuote": true, "vetur.format.defaultFormatterOptions": { "prettier": { "singleQuote": true } } }