0👍
You can use <component :is="selectedCponent"/>
https://v2.vuejs.org/v2/api/#component
So you need to create map between value of drop down and component which you want to render.
- [Vuejs]-How do I filter pins on Google Map pulled from a json api endpoint using Vue
- [Vuejs]-How to delete nested Firebase data with Vue.js
Source:stackexchange.com