From 14f86e97e08d584fa4d7b3cba65c6d255d0ad643 Mon Sep 17 00:00:00 2001 From: "Mr.Hope" Date: Wed, 30 Sep 2020 23:51:37 +0800 Subject: [PATCH] docs: fix wrong number in guide page (#507) --- docs/guide/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.5