chore: BREAK CHANGE update dependencies includes @nuxt/ui, dayjs, etc.

This commit is contained in:
2024-07-28 01:46:44 +08:00
parent 0801321cf5
commit 8eeccb0a18
6 changed files with 59 additions and 49 deletions

View File

@@ -281,10 +281,9 @@ defineExpose({
</div>
<template #footer>
<!-- TODO: 24/07/02 Modified subtitles upload -->
<div class="flex justify-end items-center gap-2">
<span v-if="modified" class="text-sm text-yellow-500 font-medium">已更改但未保存</span>
<UButton :disabled="!modified" :loading="isSaving" @click="saveNewSubtitle">
<UButton :disabled="!modified" :loading="isSaving" icon="i-tabler-device-floppy" @click="saveNewSubtitle">
保存{{ isSaving ? '' : '' }}
</UButton>
</div>