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>
Source:stackexchange.com
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>