Remove unnecessary variables from blade

This commit is contained in:
benguozakinci@gmail.com 2021-09-02 12:05:54 +03:00
parent 5051d04e3e
commit dfa4b9f069

View File

@ -27,10 +27,6 @@
v-if="{{ $attributes['show'] }}"
@endif
@if (isset($attributes['inputRef']))
ref="{{ $attributes['inputRef'] }}"
@endif
@if (isset($attributes['masked']))
:masked="{{ ($attributes['masked']) ? 'true' : 'false' }}"
@endif