Skip to content

Commit

Permalink
chore: Add slider position property to KDateTimeRange example
Browse files Browse the repository at this point in the history
  • Loading branch information
fcrovetti committed Jan 28, 2025
1 parent f2be828 commit ebd3dae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/miscellaneous/Times.vue
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
:max="maxDateTime()"
dense
date-only
:range="{min:0,max:100}"
:slider="{ range:{ min:0, max:100 } }"
/>
<p>{{ dateTimeRangeSliderModel }}</p>
</td>
Expand Down

0 comments on commit ebd3dae

Please sign in to comment.