Skip to content

Commit 517e893

Browse files
committed
fix: fixed props table head
1 parent 417f529 commit 517e893

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ The default class for the wrapper `div` is `search-input-wrapper` you can overri
6969
| update:modelValue | The updated bound model | `string`
7070

7171
## Props
72-
| Name | Type | Default | Description
72+
| Name | Type | Description | Default
7373
| :--- | :--- | :--- | :--- |
7474
| type | string | The type of the input field. Allowed types are `search` and `text` | `search` |
7575
| modelValue (v-model) | string | The input's value | `''` |

0 commit comments

Comments
 (0)