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

Update vue-2-7-naruto.md #15

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 2 additions & 3 deletions posts/vue-2-7-naruto.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,9 @@ In addition, the following features are explicitly **NOT** ported:

### Vue CLI / webpack

1. Upgrade local `@vue/cli-xxx` dependencies the latest version in your major version range (if applicable):
1. Upgrade local `@vue/cli-xxx` dependencies to the latest version (if applicable):

- `~4.5.18` for v4
- `~5.0.6` for v5
- `~5.0.8` for v5

2. Upgrade `vue` to `^2.7.0`. You can also remove `vue-template-compiler` from the dependencies - it is no longer needed in 2.7.

Expand Down