Skip to content

Fix typo #1315

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
Nov 5, 2021
Merged

Fix typo #1315

merged 1 commit into from
Nov 5, 2021

Conversation

dews
Copy link

@dews dews commented Nov 5, 2021

Description of Problem

When executing command npm run build:server got an error: "ERROR Build failed with errors."

Proposed Solution

The App from import App is never used and Vue is not defined so it's a typo.
Change text from Vue to App

Additional Information

When executing command `npm run build:server` got an error: "ERROR  Build failed with errors."
Copy link
Contributor

@skirtles-code skirtles-code left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks. 👍

I fixed a similar typo in https://github.com/vuejs/docs/pull/1311/files#diff-4f2c4e63ef6698688f98aa73d423f140363ff0121a3d6715430861651eefb9f4R53 but I missed this one. From a quick search I don't think there are any more.

@skirtles-code skirtles-code merged commit 3d84cff into vuejs:master Nov 5, 2021
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