export: move Vue component in ChillPersonBundle

This commit is contained in:
2022-09-14 18:12:29 +02:00
parent fceab958bb
commit 5dcd157bd0
6 changed files with 2 additions and 2 deletions

View File

@@ -23,7 +23,7 @@
{% block js %}
{{ encore_entry_script_tags('page_export') }}
{% if export_alias == 'count_social_work_actions' %}
{{ encore_entry_script_tags('vue_form_action_goal_result') }}
{{ encore_entry_script_tags('vue_export_action_goal_result') }}
{% endif %}
{% endblock js %}