Answer the question
In order to leave comments, you need to log in
How in vue.js to make sure that when using search, the incoming data is formatted as needed?
The project has a standard search in the component
<v-text-field
v-model="search"
append-icon="search"
label="Поиск"
single-line
hide-details
clearable
>
</v-text-field>
Answer the question
In order to leave comments, you need to log in
watch: {
search() {
this.search = this.search.reapalce("~","");
}
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question