fix: naive DatePicker default value use formatted-value

pull/233/head
xingyu4j 2025-10-17 15:03:43 +08:00
parent 09afe93a7a
commit 22cf883cc4
1 changed files with 1 additions and 0 deletions

View File

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