Form group add show feature in attribute..

This commit is contained in:
Cüneyt Şentürk
2020-03-19 22:57:28 +03:00
parent e947cc9332
commit 3500570b92
12 changed files with 137 additions and 93 deletions

View File

@ -55,6 +55,10 @@
:disabled="{{ $attributes['disabled'] }}"
@endif
@if (isset($attributes['show']))
v-if="{{ $attributes['show'] }}"
@endif
@if (isset($attributes['v-error-message']))
:form-error="{{ $attributes['v-error-message'] }}"
@else