Removed event bus and switched to vuex. Implemented vue dropzone.
This commit is contained in:
@@ -70,9 +70,9 @@
|
||||
<files :book-id="{{ book.id }}"></files>
|
||||
</div>
|
||||
|
||||
{{ form_start(file_form) }}
|
||||
{{ form_widget(file_form) }}
|
||||
{{ form_end(file_form) }}
|
||||
{# {{ form_start(file_form) }}#}
|
||||
{# {{ form_widget(file_form) }}#}
|
||||
{# {{ form_end(file_form) }}#}
|
||||
|
||||
<a href="{{ path('app_book_index') }}">back to list</a>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user