diff --git a/src/CoreBundle/Resources/views/Layout/layout_one_col.html.twig b/src/CoreBundle/Resources/views/Layout/layout_one_col.html.twig old mode 100644 new mode 100755 index bf44c9ce38..ea860ff7a7 --- a/src/CoreBundle/Resources/views/Layout/layout_one_col.html.twig +++ b/src/CoreBundle/Resources/views/Layout/layout_one_col.html.twig @@ -2,9 +2,9 @@ {%- block page_content %} {% if from_vue %} - - - + {{ encore_entry_script_tags('app') }} + {{ encore_entry_link_tags('css/app') }} + {{ encore_entry_link_tags('vue') }} {# Loading legacy js using the $htmlHeadXtra array #} {% autoescape false %} @@ -79,6 +79,6 @@ {% endautoescape -%} {% if not from_vue %} - + {{ encore_entry_script_tags('vue') }} {% endif %} {% endblock -%}