Skip to content

Commit bd7cc6e

Browse files
perf: The dropdown box for selecting models supports entering search conditions to query models
1 parent 5094b32 commit bd7cc6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/components/model-select/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<template>
22
<div class="w-full">
3-
<el-select v-model="modelValue" popper-class="select-model" :clearable="true" v-bind="$attrs">
3+
<el-select v-model="modelValue" popper-class="select-model" :clearable="true" filterable v-bind="$attrs">
44
<el-option-group
55
v-for="(value, label) in options"
66
:key="value"

0 commit comments

Comments
 (0)