From: Mr.Hope Date: Wed, 30 Sep 2020 15:51:37 +0000 (+0800) Subject: docs: fix wrong number in guide page (#507) X-Git-Tag: v4.0.0-beta.13~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14f86e97e08d584fa4d7b3cba65c6d255d0ad643;p=thirdparty%2Fvuejs%2Frouter.git docs: fix wrong number in guide page (#507) --- diff --git a/docs/guide/index.md b/docs/guide/index.md index 987e8f72..7ca11276 100644 --- a/docs/guide/index.md +++ b/docs/guide/index.md @@ -62,7 +62,7 @@ const router = VueRouter.createRouter({ routes, // short for `routes: routes` }) -// 4. Create and mount the root instance. +// 5. Create and mount the root instance. const app = Vue.createApp({}) // Make sure to _use_ the router instance to make the // whole app router-aware.