Removed event bus and switched to vuex. Implemented vue dropzone.

This commit is contained in:
krzysiej
2022-06-15 15:19:46 +02:00
parent 5350c5c46b
commit 4536195a4c
16 changed files with 151 additions and 88 deletions

View File

@@ -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>