8000 Fixing syntax error on code example by giubatt · Pull Request #1503 · vuejs/v2.vuejs.org · GitHub
[go: up one dir, main page]

Skip to content

Fixing syntax error on code example #1503

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

Merged
merged 1 commit into from
Mar 19, 2018
Merged

Fixing syntax error on code example #1503

merged 1 commit into from
Mar 19, 2018

Conversation

giubatt
Copy link
Contributor
@giubatt giubatt commented Mar 19, 2018

username: {
'Lachlan'
}

should be:

username: 'Lachlan'

username: {
   'Lachlan'
}

should be:

username: 'Lachlan'
@chrisvfritz chrisvfritz merged commit fc18488 into vuejs:master Mar 19, 2018
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

Successfully merging this pull request may close these issues.

2 participants
0