mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-07-05 06:21:27 +08:00
style(VSelect): add clearable option
This commit is contained in:
@@ -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="">
|
||||
|
||||
Reference in New Issue
Block a user