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
- [Vuejs]-How to add individual column searching (text inputs) in vuetify data table?
- [Vuejs]-How can i send a post request using vue to django without getting a 403 error?
Source:stackexchange.com