From 9d0164eae9c810154b8fff5a6bbafbd67523d883 Mon Sep 17 00:00:00 2001 From: Subha Chanda Date: Sun, 2 Oct 2022 11:52:43 +0530 Subject: [PATCH] docs: fix typo (#1426) --- docs/guide/theme-introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/theme-introduction.md b/docs/guide/theme-introduction.md index 17d8a0b0ba3..4d125a2fb93 100644 --- a/docs/guide/theme-introduction.md +++ b/docs/guide/theme-introduction.md @@ -65,7 +65,7 @@ export default { // app is the Vue 3 app instance from `createApp()`. // router is VitePress' custom router. `siteData` is // a `ref` of current site-level metadata. - } + }, setup() { // this function will be executed inside VitePressApp's