add POC of a vuejs component (opens a modal) for address selection

This commit is contained in:
nobohan
2021-05-07 17:38:15 +02:00
parent c1b727b1c8
commit b934c2eeaf
7 changed files with 196 additions and 0 deletions

View File

@@ -49,4 +49,16 @@
{{ form_end(form) }}
NEW FORM
{% block content %}
<h1>{{ block('title') }}</h1>
<div id="address"></div>
{% endblock %}
{% block js %}
{{ encore_entry_script_tags('address') }}
{% endblock %}
{% endblock personcontent %}