Fixes space in closing tag.

This commit is contained in:
mateuswetah 2024-07-26 17:32:04 -03:00
parent 363f50d45c
commit f27284ab88
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
<small <small
v-if="getMaxlength" v-if="getMaxlength"
class="help counter" class="help counter"
:class="{ 'is-invisible': !isInputFocused }" > :class="{ 'is-invisible': !isInputFocused }">
{{ value.length }} / {{ getMaxlength }} {{ value.length }} / {{ getMaxlength }}
</small> </small>
</div> </div>