Skip to content

Commit e7f07d8

Browse files
committed
docs: remove @next [skip ci]
1 parent 80bbf38 commit e7f07d8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/migrations/migrate-from-v4.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@ sidebar: auto
77
First, install the latest Vue CLI globally:
88

99
```bash
10-
npm install -g @vue/cli@next
10+
npm install -g @vue/cli
1111
# OR
12-
yarn global add @vue/cli@next
12+
yarn global add @vue/cli
1313
```
1414

1515
## Upgrade All Plugins at Once
1616

1717
In your existing projects, run:
1818

1919
```bash
20-
vue upgrade --next
20+
vue upgrade
2121
```
2222

2323
And then follow the command line instructions.

0 commit comments

Comments
 (0)