create OnTheFly rootComponent structure, and twig include template to insert it

This commit is contained in:
2021-10-01 13:08:12 +02:00
parent db9a203df0
commit 1dc01fa8e2
7 changed files with 117 additions and 19 deletions

View File

@@ -0,0 +1,13 @@
{#
This Twig template include load vue_onthefly component.
It push all variables from context in OnTheFly/App.vue.
OPTIONS
*
#}
<div class="onthefly-container"
></div>
{{ encore_entry_script_tags('vue_onthefly') }}
{{ encore_entry_link_tags('vue_onthefly') }}