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
+1
View File
@@ -256,6 +256,7 @@ onMounted(() => {
v-model="selectedTorrentPriority"
:items="TorrentPriorityItems"
multiple
clearable
chips
label="当前使用下载优先规则"
hint="排在前面的优先级越高,未选择的项不纳入排序"