From bfc57e574efd909c7bef0e0a25eb3bf731a68d79 Mon Sep 17 00:00:00 2001 From: Burrito Date: Sat, 12 Oct 2024 20:55:33 +0800 Subject: [PATCH] Fix accept on iOS (#3) --- src/App.vue | 4 ++-- src/components/fields/VFileField.vue | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/App.vue b/src/App.vue index 47b72d9..2795940 100644 --- a/src/App.vue +++ b/src/App.vue @@ -101,9 +101,9 @@ const onClose = () => { - + - + () const modelValue = defineModel({ required: true })