From 53654d945d11345fbd123ed1f2da9f19d2aa15b3 Mon Sep 17 00:00:00 2001 From: lucaszhu Date: Wed, 2 Jun 2021 14:35:47 +0800 Subject: [PATCH] Update layout.md --- docs/zh/reference/plugin/plugins/layout.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/zh/reference/plugin/plugins/layout.md b/docs/zh/reference/plugin/plugins/layout.md index b55830017..3e5831325 100644 --- a/docs/zh/reference/plugin/plugins/layout.md +++ b/docs/zh/reference/plugin/plugins/layout.md @@ -19,7 +19,7 @@ ```js export default { layout: { - navigation: 'side + navigation: 'side' } } ``` @@ -261,4 +261,4 @@ export const access = { } }; -``` \ No newline at end of file +```