Added vue handling the information from lubimy czytac to fetch information about the books and fill in the form automatically.

This commit is contained in:
krzysiej
2022-05-27 14:04:08 +02:00
parent 120991e584
commit 507eeece9e
22 changed files with 1060 additions and 203 deletions

View File

@@ -4,8 +4,14 @@
{% block body %}
<h1>Create new Book</h1>
{{ include('book/_form.html.twig') }}
<div id="app">
<book>
{{ include('book/_form.html.twig') }}
</book>
</div>
<a href="{{ path('app_book_index') }}">back to list</a>
{% endblock %}
{% block javascripts %}
{{ encore_entry_script_tags('book') }}
{% endblock %}

View File

@@ -7,6 +7,5 @@
{% endblock %}
{% block javascripts %}
{{ parent() }}
{{ encore_entry_script_tags('files') }}
{% endblock %}