vue component html anchor place

This commit is contained in:
Mathieu Jaumotte 2021-06-23 11:50:09 +02:00
parent 133c0ac1ac
commit 80c2bd285f
2 changed files with 2 additions and 2 deletions

View File

@ -21,8 +21,8 @@
{% block title 'Update activity'|trans %}
{% block personcontent %}
{% include 'ChillActivityBundle:Activity:edit.html.twig' %}
<div id="activity"></div> {# <=== vue component #}
{% include 'ChillActivityBundle:Activity:edit.html.twig' %}
{% endblock %}
{% block js %}

View File

@ -5,8 +5,8 @@
{% block title 'Activity creation' |trans %}
{% block personcontent %}
{% include 'ChillActivityBundle:Activity:new.html.twig' with {'context': 'person'} %}
<div id="activity"></div> {# <=== vue component #}
{% include 'ChillActivityBundle:Activity:new.html.twig' with {'context': 'person'} %}
{% endblock %}
{% block js %}