Make components dynamic in Vue.js
Vue dynamic components enables to switch between components without routing, and even retain the state of data.
The main aim is to let users dynamically mount and unmount components and render dynamic content as per the requirement without using rout...
arvindrao.hashnode.dev3 min read