Autocomplete: remove duplicate prop in types (#11388)

pull/11393/head
杨奕 2018-05-29 13:05:34 +08:00 committed by Jikkai Xiao
parent 15c38293d1
commit 94434dcb79
1 changed files with 0 additions and 3 deletions

View File

@ -56,9 +56,6 @@ export declare class ElAutocomplete extends ElementUIComponent {
/** Whether show suggestions when input focus */
triggerOnFocus: boolean
/** Whether to emit a `select` event on enter when there is no autocomplete match */
selectWhenUnmatched: boolean
/** Prefix icon class */
prefixIcon: string