enable/disable email protocol

This commit is contained in:
TheCOBAN
2019-12-20 20:12:43 +03:00
parent 8eb78e447f
commit fb26170152
4 changed files with 91 additions and 24 deletions

View File

@@ -12,6 +12,9 @@
@if (!empty($attributes['change']))
@change="{{ $attributes['change'] }}($event)"
@endif
@if (isset($attributes['disabled']))
:disabled="{{ $attributes['disabled'] }}"
@endif
@if(isset($attributes['v-error-message']))
:form-error="{{ $attributes['v-error-message'] }}"
@else