options should be passed as a property
This commit is contained in:
parent
5f0a7d3ecc
commit
c5fd225057
@ -13,7 +13,7 @@
|
|||||||
class="{{ $attributes['dropzone-class'] }}"
|
class="{{ $attributes['dropzone-class'] }}"
|
||||||
@endif
|
@endif
|
||||||
@if (!empty($attributes['options']))
|
@if (!empty($attributes['options']))
|
||||||
options={{ json_encode($attributes['options']) }}
|
:options={{ json_encode($attributes['options']) }}
|
||||||
@endif
|
@endif
|
||||||
@if (!empty($attributes['multiple']))
|
@if (!empty($attributes['multiple']))
|
||||||
multiple
|
multiple
|
||||||
|
Loading…
x
Reference in New Issue
Block a user