vuejs hello world component

This commit is contained in:
2021-04-15 16:58:15 +02:00
parent c32f730713
commit 425d51649f
4 changed files with 95 additions and 0 deletions

View File

@@ -23,5 +23,10 @@ usagers:
{{ dump() }}
<h3>TESTS AREA vuejs:</h3>
{% verbatim %}
<div id="app" data-name="{{ app.user.username }}"></div>
{% endverbatim %}
{{ encore_entry_script_tags('vuejs') }}
{% endblock %}