refactor: 迁移到 @nuxt/ui@4

- https://ui.nuxt.com/docs/getting-started/migration/v4#changes-from-v3
This commit is contained in:
2026-02-10 21:51:21 +08:00
parent 8198c853c9
commit fa756d8c97
9 changed files with 24 additions and 24 deletions

View File

@@ -314,7 +314,7 @@ const startDownload = (url: string, filename: string) => {
variant="soft"
@click="emit('delete', video)"
/>
<UButtonGroup size="xs">
<UFieldGroup size="xs">
<UButton
:label="
downloadingState.subtitle > 0 && downloadingState.subtitle < 100
@@ -374,7 +374,7 @@ const startDownload = (url: string, filename: string) => {
variant="soft"
/>
</UDropdownMenu>
</UButtonGroup>
</UFieldGroup>
</div>
</div>
</div>