Activity: vue DisplayPerson component logic

This commit is contained in:
2021-05-28 11:52:29 +02:00
parent a19fd51600
commit 622c254cc4
8 changed files with 155 additions and 23 deletions

View File

@@ -7,7 +7,6 @@
{% block content %}
<div id="activity"></div> {# <=== vue component #}
{% include 'ChillActivityBundle:Activity:edit.html.twig' %}
{{ dump() }}
{% endblock %}
{% block js %}