Answer the question
In order to leave comments, you need to log in
Why doesn't vue template html formatting through prettier work?
.prettierrc
trailingComma: "none"
bracketSpacing: true
tabWidth: 2
semi: false
singleQuote: true
jsxBracketSameLine: false
<div
class="text"
:class="textClass"
v-if="!searchText.length"
>
{{ inputText }}
</div>
<div class="text" :class="textClass" v-if="!searchText.length">{{ inputText }}</div>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question