Remove unnecessary variables from blade
This commit is contained in:
@ -27,10 +27,6 @@
|
|||||||
v-if="{{ $attributes['show'] }}"
|
v-if="{{ $attributes['show'] }}"
|
||||||
@endif
|
@endif
|
||||||
|
|
||||||
@if (isset($attributes['inputRef']))
|
|
||||||
ref="{{ $attributes['inputRef'] }}"
|
|
||||||
@endif
|
|
||||||
|
|
||||||
@if (isset($attributes['masked']))
|
@if (isset($attributes['masked']))
|
||||||
:masked="{{ ($attributes['masked']) ? 'true' : 'false' }}"
|
:masked="{{ ($attributes['masked']) ? 'true' : 'false' }}"
|
||||||
@endif
|
@endif
|
||||||
|
Reference in New Issue
Block a user