Date groups development min/max date

This commit is contained in:
Cüneyt Şentürk 2020-02-09 13:11:39 +03:00
parent 82ce0a4234
commit 8269cbe2c2
2 changed files with 12 additions and 0 deletions

View File

@ -23,6 +23,12 @@
@if (!empty($attributes['date-format']))
dateFormat: '{{ $attributes['date-format'] }}'
@endif
@if (!empty($attributes['min-date']))
minDate: {{ $attributes['min-date'] }}
@endif
@if (!empty($attributes['max-date']))
maxDate: {{ $attributes['max-date'] }}
@endif
}"
@if (!empty($attributes['v-model']))

View File

@ -28,6 +28,12 @@
@if (!empty($attributes['seconds']))
enableSeconds: true
@endif
@if (!empty($attributes['min-date']))
minDate: {{ $attributes['min-date'] }}
@endif
@if (!empty($attributes['max-date']))
maxDate: {{ $attributes['max-date'] }}
@endif
}"
@if (!empty($attributes['v-model']))