Skip to content

Commit 3696371

Browse files
committed
1 parent ce03486 commit 3696371

File tree

1 file changed

+1
-1
lines changed
  • adminforth/documentation/docs/tutorial/03-Customization

1 file changed

+1
-1
lines changed

adminforth/documentation/docs/tutorial/03-Customization/15-afcl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2215,7 +2215,7 @@ const datePickerValue = ref()
22152215
<div>
22162216
```html
22172217
<DatePicker
2218-
v-model:datePickerValue="datePickerValue"
2218+
v-model:valueStart="datePickerValue"
22192219
:column="{ type: 'datetime' }"
22202220
label="Pick start"
22212221
/>

0 commit comments

Comments
 (0)