This commit is contained in:
2021-02-10 15:53:45 +00:00
parent 6198714184
commit aa5a952aa4
90 changed files with 478 additions and 477 deletions

View File

@@ -3,7 +3,7 @@
<v-col>
<v-form ref="form">
<v-row justify="start">
<gz-error :errorBoxMessage="formState.errorBoxMessage"></gz-error>
<gz-error :error-box-message="formState.errorBoxMessage"></gz-error>
<v-col cols="12" sm="4" lg="4" xl="3">
<v-text-field
v-model="searchPhrase"
@@ -25,7 +25,7 @@
></v-select>
</v-col>
<v-col cols="12" sm="4" lg="4" xl="3">
<v-btn color="primary" v-on:click="getDataFromApi()" value="SEARCH">
<v-btn color="primary" @click="getDataFromApi()" value="SEARCH">
<v-icon data-cy="btnsearch">$ayiSearch</v-icon>
</v-btn>
</v-col>