Skip to content

Commit e4fe767

Browse files
committed
docs: add note about version
Co-authored-by: Zakir Hossen <web.zakirbd@gmail.com> Close #3618
1 parent 7345956 commit e4fe767

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/guide/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Getting Started
22

33
::: tip Note
4+
You are reading the documentation of Vue Router 3 **for Vue 2**. If you are working with Vue 3, use the [Vue Router 4 documentation](https://next.router.vuejs.org) instead.
5+
46
We will be using [ES2015](https://github.com/lukehoban/es6features) in the code samples in the guide.
57

68
Also, all examples will be using the full version of Vue to make on-the-fly template compilation possible. See more details [here](https://vuejs.org/v2/guide/installation.html#Runtime-Compiler-vs-Runtime-only).

0 commit comments

Comments
 (0)