From: Dominik Pschenitschni Date: Thu, 3 Nov 2022 15:47:17 +0000 (+0100) Subject: chore: add link to Vue2 router aka Vue Router 3 (#1595) [skip ci] X-Git-Tag: v4.2.0~85 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dfdf8674318891a737ad836a9e648dae6865778b;p=thirdparty%2Fvuejs%2Frouter.git chore: add link to Vue2 router aka Vue Router 3 (#1595) [skip ci] --- diff --git a/README.md b/README.md index ef52d875..308ce084 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # vue-router [![release candidate](https://img.shields.io/npm/v/vue-router.svg)](https://www.npmjs.com/package/vue-router) [![CircleCI](https://badgen.net/circleci/github/vuejs/router/main)](https://circleci.com/gh/vuejs/router) -> This is the repository for Vue Router 4 (for Vue 3) +> - This is the repository for Vue Router 4 (for Vue 3) +> - For Vue Router 3 (for Vue 2) see [vuejs/vue-router](https://github.com/vuejs/vue-router).

Supporting Vue Router