Skip to content

Commit 9999180

Browse files
committed
docs: update docs for the AFCL DatePicker
1 parent c3b61db commit 9999180

File tree

1 file changed

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

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1783,7 +1783,7 @@ import { JsonViever } from '@/afcl'
17831783
```
17841784
</div>
17851785
<div>
1786-
![Mixed Chart](image-93.png)
1786+
![JSON Viewer](image-93.png)
17871787
</div>
17881788
</div>
17891789

@@ -1800,14 +1800,14 @@ const datePickerValue = ref()
18001800
<div>
18011801
```html
18021802
<DatePicker
1803-
v-model:valueStart="valueStart"
1803+
v-model:datePickerValue="datePickerValue"
18041804
:column="{ type: 'datetime' }"
18051805
label="Pick start"
18061806
/>
18071807
```
18081808
</div>
18091809
<div>
1810-
![Mixed Chart](image-95.png)
1810+
![Date Picker](image-95.png)
18111811
</div>
18121812
</div>
18131813

0 commit comments

Comments
 (0)