downloader属性不再为可选, 使组件具有初始值

This commit is contained in:
Attente
2024-11-20 11:40:24 +08:00
parent f4dca4922b
commit c89edae375
2 changed files with 3 additions and 3 deletions

View File

@@ -418,7 +418,7 @@ onMounted(() => {
v-model="subscribeForm.downloader"
:items="downloaderOptions"
label="下载器"
hint="指定该订阅使用的下载器,留空自动使用默认下载器"
hint="指定该订阅使用的下载器"
persistent-hint
/>
</VCol>