perf: 支持搜索
This commit is contained in:
@ -9,6 +9,7 @@
|
||||
size="medium"
|
||||
:placeholder="placeholder"
|
||||
:allow-clear="allClear"
|
||||
:allow-search="allowSearch"
|
||||
:max-tag-count="maxTagCount"
|
||||
@change="handleChange"
|
||||
>
|
||||
@ -45,6 +46,10 @@ const props = defineProps({
|
||||
allClear: {
|
||||
type: Boolean,
|
||||
default: true,
|
||||
},
|
||||
allowSearch: {
|
||||
type: Boolean,
|
||||
default: false,
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user