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:
@@ -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 %}
|
||||
Reference in New Issue
Block a user