Web优化 1

This commit is contained in:
2026-06-12 14:01:55 +08:00
parent 17ca339c66
commit 7e9df04bf8
10 changed files with 138 additions and 73 deletions
@@ -82,9 +82,8 @@ function remove(id: string) {
}
watch(
attachments,
() => attachments.value.map((a) => a.id),
() => emit('change', attachments.value.map((a) => a.id)),
{ deep: true },
)
defineExpose({