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,8 +39,9 @@
@if (!empty($attributes['max-date'])) @if (!empty($attributes['max-date']))
maxDate: {{ $attributes['max-date'] }} maxDate: {{ $attributes['max-date'] }}
@endif @endif
locale: '{{ language()->getShortCode() }}',
}" }"
locale="{{ language()->getShortCode() }}"
@if (!empty($attributes['v-model'])) @if (!empty($attributes['v-model']))
@interface="form.errors.clear('{{ $attributes['v-model'] }}'); {{ $attributes['v-model'] . ' = $event' }}" @interface="form.errors.clear('{{ $attributes['v-model'] }}'); {{ $attributes['v-model'] . ' = $event' }}"