rename vue_ entrypoints in webpack

This commit is contained in:
2021-07-12 13:21:51 +02:00
parent 8a859f7885
commit a9a59895b4
11 changed files with 23 additions and 22 deletions

View File

@@ -28,7 +28,7 @@
{% endblock %}
{% block stylesheets %}
<link href="{{ asset('build/address.css') }}" type="text/css" rel="stylesheet" />
{{ encore_entry_link_tags('vue_address') }}
{% endblock %}
{% block js %}
@@ -37,7 +37,7 @@
window.mode = 'new';
window.vueRootComponent = 'app';
</script>
{{ encore_entry_script_tags('address') }}
{{ encore_entry_script_tags('vue_address') }}
{% endblock %}