-
-
Notifications
You must be signed in to change notification settings - Fork 7k
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
[Documentation] Wrong Codepen Example Code of Stepper Component #10614
Labels
Comments
ghost
added
the
S: triage
label
Feb 19, 2020
Duplicate of #10270 |
Maybe the script part of the document shoud be fixed as follows new Vue({
el: '#app',
vuetify: new Vuetify(),
data () {
return {
e1: 1, // not 0
}
},
}) |
ghost
mentioned this issue
Feb 19, 2020
8 tasks
MajesticPotatoe
pushed a commit
that referenced
this issue
Feb 19, 2020
Logikgate
pushed a commit
to flypapertech/vuetify
that referenced
this issue
Feb 19, 2020
whoistobias
pushed a commit
to whoistobias/vuetify
that referenced
this issue
Feb 26, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Environment
Browsers: Chrome 79.0.3945.130
OS: Mac OS 10.15.3
Steps to reproduce
Access the document page and display the example of the Stepper Component
Expected Behavior
Display the first content of the Stepper Content
Actual Behavior
Not display any contents and the number color of current steps is gray
Reproduction Link
https://vuetifyjs.com/ja/components/steppers#usage
The text was updated successfully, but these errors were encountered: