We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efce278 commit 7a80731Copy full SHA for 7a80731
src/components/HeaderSearch/HeaderSearch.vue
@@ -9,7 +9,7 @@
9
v-model="value"
10
:defaultActiveFirstOption="defaultActiveFirstOption"
11
:dataSource="dataSource"
12
- class="headerSearch input"
+ class="input"
13
:class="{ show: searchMode }"
14
@select="onSelect"
15
@search="handleSearch"
0 commit comments