Update date_group.blade.php

This commit is contained in:
Steven Brauer 2021-02-13 19:40:23 +01:00 committed by GitHub
parent 0abb35c2e8
commit cffed52c27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,9 +39,10 @@
@if (!empty($attributes['max-date']))
maxDate: {{ $attributes['max-date'] }}
@endif
locale: '{{ language()->getShortCode() }}',
}"
locale="{{ language()->getShortCode() }}"
@if (!empty($attributes['v-model']))
@interface="form.errors.clear('{{ $attributes['v-model'] }}'); {{ $attributes['v-model'] . ' = $event' }}"
@elseif (!empty($attributes['data-field']))