fix: naive DatePicker default value use formatted-value

This commit is contained in:
xingyu4j
2025-10-17 15:03:43 +08:00
parent 09afe93a7a
commit 22cf883cc4

View File

@@ -19,6 +19,7 @@ async function initSetupVbenForm() {
Checkbox: 'checked',
Radio: 'checked',
Upload: 'fileList',
DatePicker: 'formatted-value',
},
},
defineRules: {