vue-form-wizard
vue-form-wizard copied to clipboard
load components dynamically based on choice in the current step
Hi, I'm trying to load components dynamically based on choice in the current step. For example, the user has 3 choices in the first step and if he chooses choice one, component One will be loaded in 2end step and so on. The question is here is it possible to do something like this? if it is how to do it?