Skip to content

fix docs type error; + = => += #6147

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
Dec 15, 2020
Merged

fix docs type error; + = => += #6147

merged 1 commit into from
Dec 15, 2020

Conversation

shooterRao
Copy link
Contributor

lines[renderIndex] + = \n router, => lines[renderIndex] += \n router,

What kind of change does this PR introduce? (check at least one)

  • Bugfix
  • Feature
  • Code style update
  • Refactor
  • Docs
  • Underlying tools
  • Other, please describe:

Does this PR introduce a breaking change? (check one)

  • Yes
  • No

Other information:

lines[renderIndex] + = `\n router,` => lines[renderIndex] += `\n router,`
@fangbinwei fangbinwei merged commit ced2c34 into vuejs:master Dec 15, 2020
@fangbinwei
Copy link
Collaborator

Thanks

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.

3 participants