更新 PathField.vue

This commit is contained in:
jxxghp
2025-03-10 07:48:40 +08:00
committed by GitHub
parent f36fe075ce
commit 14398e083e

View File

@@ -6,7 +6,7 @@ const attrs = useAttrs()
const props = defineProps({
modelValue: {
type: String,
default: '* * * * *',
default: '/',
},
storage: {
type: String,