mission date group period prop.

This commit is contained in:
Cüneyt Şentürk
2021-07-15 08:54:02 +03:00
parent 3ade5cb4a3
commit 60821a8869

View File

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