[Vuejs]-Vue Survey Slideshow

0👍

You can act like a wizard in the root element by defining the steps from this.$children and a current_index. Then display only the child component (show = true) at the current_index.

On click, the surveybutton emit a next event which increments the current_index

Fiddle here

Leave a comment