vuejs first REST query (wip)

This commit is contained in:
2021-04-18 00:03:49 +02:00
parent 863ce5c7f3
commit c66a8dc226
6 changed files with 322 additions and 26 deletions

View File

@@ -6,11 +6,11 @@
{# Run `composer require symfony/webpack-encore-bundle`
and uncomment the following Encore helpers to start using Symfony UX #}
{% block stylesheets %}
{#{{ encore_entry_link_tags('app') }}#}
{{ encore_entry_link_tags('app') }}
{% endblock %}
{% block javascripts %}
{#{{ encore_entry_script_tags('app') }}#}
{{ encore_entry_script_tags('app') }}
{% endblock %}
</head>
<body>