Skip to content

Commit

Permalink
feat(manager): support search when adding plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
shigma committed Jun 24, 2022
1 parent 59ce98e commit 40d95e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/frontend/manager/client/settings/plugin.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<h1 class="config-header plugin">
<template v-if="!current.label">
<el-select v-model="current.target" placeholder="插件选择">
<el-select v-model="current.target" filterable placeholder="插件选择">
<el-option
v-for="name in Object.values(store.packages).slice(1).map(value => value.shortname).sort()"
:key="name" :label="name" :value="name"
Expand Down

0 comments on commit 40d95e0

Please sign in to comment.