From e25447387e4f58fecf11e8b8181904ccdb614ec4 Mon Sep 17 00:00:00 2001 From: Toni Date: Fri, 7 Oct 2022 18:34:57 +0100 Subject: [PATCH] docs: fix indentation in "Views" code blocks --- docs/content/1.getting-started/3.views.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/content/1.getting-started/3.views.md b/docs/content/1.getting-started/3.views.md index 8fa77ea23ce..b41fd9a89cd 100644 --- a/docs/content/1.getting-started/3.views.md +++ b/docs/content/1.getting-started/3.views.md @@ -66,7 +66,7 @@ To use pages, create `pages/index.vue` file and add `` component to ```vue [pages/index.vue]