Skip to content

Commit

Permalink
improve README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vobar committed Dec 23, 2022
1 parent 744da15 commit 04d5028
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,26 +25,26 @@ php artisan vendor:publish --tag=[tag_name]
<details>
<summary>SelectFilterable - is a select with filterable list --tag=vue-SelectFilterable</summary>

**Attention!** Need headlessui npm package!
**Attention!** Need headlessui npm package!

Input parameters:
Input parameters:
- selected - selected element id
- people - list with format:```[{id: 1, name: 'Не выбран'}]```
#### Пример вызова:

#### Пример вызова:
```vue
<SelectFilterable
v-model:selected="goods.user_id"
:people="store.responsibles"
/>
```
</details>
</details>
---
#### License:
MIT
---
Expand Down

0 comments on commit 04d5028

Please sign in to comment.