From 14398e083e794d12566100bdf0370ca595b3d58e Mon Sep 17 00:00:00 2001 From: jxxghp Date: Mon, 10 Mar 2025 07:48:40 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20PathField.vue?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/field/PathField.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/field/PathField.vue b/src/components/field/PathField.vue index 7551428a..751f5886 100644 --- a/src/components/field/PathField.vue +++ b/src/components/field/PathField.vue @@ -6,7 +6,7 @@ const attrs = useAttrs() const props = defineProps({ modelValue: { type: String, - default: '* * * * *', + default: '/', }, storage: { type: String,