Answer the question
In order to leave comments, you need to log in
Why does the v-maska library crash when updating a component?
Hello, I am using the v-maska library in a project.
<input
v-maska="'+7 (###) ###-##-##'"
type="text"
:value="
person.contacts.phones.length > 0
? person.contacts.phones[0]
: '-'
"
readonly
/>
<div
v-if="person.directions.length > 3"
:class="{ active: isShowMarks }"
class="user-rating-title-right-more-wrapper"
@click="showMarks"
>
<span v-if="!isShowMarks" class="user-rating-title-right-more" />
<i v-else class="icon-close-directions"></i>
</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