mirror of
https://github.com/keven1024/015.git
synced 2026-06-06 20:39:35 +00:00
feat(front): enhance FileShareResult and FileUploadField components with internationalization support, adding localized text for file sharing success and related UI elements
This commit is contained in:
@@ -39,7 +39,7 @@ const { t } = useI18n()
|
||||
<Button
|
||||
class="size-5 p-0 bg-red-500/20 hover:bg-red-500/60 text-red-500 hover:text-white"
|
||||
@click="
|
||||
(e) => {
|
||||
(e: any) => {
|
||||
e.stopPropagation()
|
||||
setValue(
|
||||
value?.filter((r) => r?.name !== item?.name || r?.type !== item?.type || r?.size !== item?.size) || []
|
||||
|
||||
Reference in New Issue
Block a user