diff --git a/docs-src/pages/UiDatepicker.vue b/docs-src/pages/UiDatepicker.vue index e6cac6b6..549ee21a 100644 --- a/docs-src/pages/UiDatepicker.vue +++ b/docs-src/pages/UiDatepicker.vue @@ -208,6 +208,30 @@ disabled placeholder="Select a date" >A Special Day + +
The model the selected date syncs to. Can be set initially for a default value.
If you are not using v-model, you should listen for the update:modelValue event and update modelValue.
Use an Array with 0, 1 or 2 Date values for a date range picker, where the first value is the start of the range and the last value is the end of the range.
Whether or not the datepicker is disabled. Set to true to disable the datepicker.
2The number of calendars to show when using a date range picker.
+