mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 14:43:49 +00:00
create OnTheFly rootComponent structure, and twig include template to insert it
This commit is contained in:
@@ -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') }}
|
Reference in New Issue
Block a user