Skip to content

Commit

Permalink
fix search
Browse files Browse the repository at this point in the history
  • Loading branch information
nelyaklyusa committed May 30, 2024
1 parent 01a2627 commit 90a6d20
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/BaseFormInputSearch/BaseFormInputSearch.vue
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ watch(() => props.modelValue, () => {
prepend
v-bind="$attrs"
placeholder="Search"
class="base-form-input-search__search-input"
@update:model-value="model = $event"
>
<template #append>
Expand Down Expand Up @@ -66,4 +67,5 @@ watch(() => props.modelValue, () => {
width: 10px !important
color: $gray-80
cursor: pointer
display: block
</style>

0 comments on commit 90a6d20

Please sign in to comment.