doc: Update search.vue (#4872)

add missing props
pull/4882/head
litong534 2021-11-20 13:28:59 +08:00 committed by GitHub
parent 723785ef4e
commit 74038a0f61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ Search the options while expanded.
placeholder="Select a person"
style="width: 200px"
:options="options"
:filter-option="filterOption"
@focus="handleFocus"
@blur="handleBlur"
@change="handleChange"