Browse Source

doc: Update search.vue (#4872)

add missing props
pull/4882/head
litong534 3 years ago committed by GitHub
parent
commit
74038a0f61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      components/select/demo/search.vue

1
components/select/demo/search.vue

@ -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"

Loading…
Cancel
Save