style(VSelect): add clearable option

This commit is contained in:
InfinityPacer
2024-10-18 10:55:38 +08:00
parent 832cae635e
commit 15319bf586
9 changed files with 22 additions and 2 deletions

View File

@@ -388,6 +388,7 @@ onBeforeMount(async () => {
chips
label="作者"
multiple
clearable
/>
</VCol>
<VCol v-if="labelFilterOptions.length > 0" cols="6" md="">
@@ -399,6 +400,7 @@ onBeforeMount(async () => {
chips
label="标签"
multiple
clearable
/>
</VCol>
<VCol v-if="repoFilterOptions.length > 0" cols="6" md="">
@@ -410,6 +412,7 @@ onBeforeMount(async () => {
chips
label="插件库"
multiple
clearable
/>
</VCol>
<VCol v-if="repoFilterOptions.length > 0" cols="6" md="">