-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Date Picker
AlexanderBoriskin edited this page Aug 1, 2018
·
6 revisions
Internally, vuestic-date-picker
relies on vue-flatpickr and its api is virtually the same.
<vuestic-date-picker
v-model="value"
:config="{mode: 'time'}"
@on-change="triggerChange()"
/>
Props
-
v-model
- String - date string -
config
- Object - picker options (for full list check flapickr options).