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