[Vuejs]-Create VUE component after page loaded

0👍

You can try Dynamic & Async Components with data variable to show/hide the component

<component v-bind:is="MyHappyComponent" id_service="1" public="S"></component>

Leave a comment