[Vuejs]-Create component in template from data variable 16 November 2023 by thecoderscamp.com 3👍 ✅ Use the component tag. <component :is="componentMap['testComponent1']"></component> See the Docs 👤Igor Moraru [Vuejs]-How to loop through component names? Source:stackexchange.com