Skip to content

Commit 0662af1

Browse files
committed
include @next in installation instructions for now
1 parent 7eef024 commit 0662af1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/en/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
### Direct Download / CDN
44

5-
[https://unpkg.com/vue-router](https://unpkg.com/vue-router)
5+
[https://unpkg.com/vue-router@next](https://unpkg.com/vue-router@next)
66

77
[Unpkg.com](https://unpkg.com) provides NPM-based CDN links. The above link will always point to the latest release on NPM. You can also use a specific version/tag via URLs like `https://unpkg.com/[email protected]`.
88

@@ -16,7 +16,7 @@ Include `vue-router` after Vue and it will install itself automatically:
1616
### NPM
1717

1818
``` bash
19-
npm install vue-router
19+
npm install vue-router@next
2020
```
2121

2222
When used with a module system, you must explicitly install the router via `Vue.use()`:

0 commit comments

Comments
 (0)