Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Go to next step from content component #47

Open
ergra opened this issue Dec 2, 2019 · 0 comments
Open

Go to next step from content component #47

ergra opened this issue Dec 2, 2019 · 0 comments

Comments

@ergra
Copy link

ergra commented Dec 2, 2019

I'm trying to trigger go next from inside a step content component. What is the best way of doing this?
I wanna go to next step when a variable in the first step is changed.

Something like this:

watch: {
someValue() {
this.$emit('active-step', {name: 'second'});
}
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant