From: 2malh <42282368+2malh@users.noreply.github.com> Date: Sat, 14 Aug 2021 22:17:37 +0000 (+0200) Subject: [FIX] Typo in docs, added missing comma (#1073) X-Git-Tag: v4.0.12~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc0eaa28cfffd11e2323dbb3abff3ba8a7b4ad9f;p=thirdparty%2Fvuejs%2Frouter.git [FIX] Typo in docs, added missing comma (#1073) --- diff --git a/docs/guide/advanced/meta.md b/docs/guide/advanced/meta.md index 869178db..ec71539f 100644 --- a/docs/guide/advanced/meta.md +++ b/docs/guide/advanced/meta.md @@ -21,7 +21,7 @@ const routes = [ }, { path: ':id', - component: PostsDetail + component: PostsDetail, // anybody can read a post meta: { requiresAuth: false } }