Remove unnecessary variables from blade
This commit is contained in:
parent
5051d04e3e
commit
dfa4b9f069
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user